*{
    --main-color:#070320;
    --orange-color:#E87D0E;
    --red-color:#D80027;

}
body{
    background-color: var(--main-color);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
        padding: 0;
    margin: 0;
}
.header{
    
    border-bottom: 1px solid #423e5a;
    margin-bottom: 3rem;
}
.header .container{
display: flex;
    justify-content: space-between;
    align-items: center;    
    margin: 1rem auto;
}
.header p{
    color: #fff;
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
}
.header .btn_player{
    background-color: var(--red-color);
    color: #fff;
    border: none;
    font-size: 0.75rem;
    padding: 10px 20px;
    border-radius: 6px;
    text-transform: uppercase;
}
.container{
    max-width: 1000px;
    margin: auto;
}

#mw-top > div{
        width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.image {
    margin-top: 2rem;
}
#mw-top > div img{
    width: 100%;
    max-width: 100%;
    border-radius: 24px;
    border:1px solid #251a66;
}
button.bg_gradient{
    background: linear-gradient(45deg,var(--red-color), var(--orange-color));
    padding: 15px 25px;
    border-radius: 6px;
    color: #fff;
    border: none;
    margin-top: 1.5rem;
    font-size: 1rem;
    border-radius: 30px;
    transition: all ease-in-out 0.12s;
    cursor: pointer;
    display: flex;
    column-gap: 10px;
    align-items: center;
    border:1px solid transparent;
}
#mw-top > div button.bg_gradient:hover{
    background: transparent;
    border: 1px solid var(--orange-color);
    color: var(--orange-color);
}
#mw-top > div button.bg_gradient:hover svg path{
    fill: var(--orange-color);
}
.trending{
    margin-top: 1.5rem;
}
.game_trend{
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
}
.game_trend > div{
    width: 22%;
    text-align: center;
}
.game_trend > div img{
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 12px;
}
#mw-text{
    margin-top: 5rem;
    color: #fff;
}
#mw-text *{
    color: #fff;
}
#mw-text ul{
    margin-left: 2rem;
}
.center{
    margin: auto;
}
#footer .container .footer-content{
    background-color: #0d0736;
    margin-bottom: 2rem;
    padding: 2rem;
    border-radius: 24px;
    text-align: center;
}
.small{
    font-size: 0.75rem;
}
.logo_ft{
    font-weight: 900;
    font-size: 1.3rem;
    position: relative;
}
.logo_ft:after{
    content: "";
    width: 100px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: calc(50% - 50px);
    bottom: -10px;
    right: 0;
    
}
dd
 {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

#mw-top{ padding: 0; margin: 0; position: relative; z-index: 3;}
#mw-top .mwt-content{ padding: 80px 0 30px; position: relative; max-width: 600px; margin: 0 auto;}
#mw-top .mwh-logo{ margin-bottom: 40px; text-align: center}
#mw-top .mwh-logo .mwh-logo-div{ display: inline-block}
#mw-top .mwh-logo .mwh-logo-div img{height: 60px; width: auto;}
#mw-top .mw-heading-second{font-size: 20px; font-weight: 600; position: relative; padding-left: 30px; margin: 0 0 15px;}
#xsearch.home-search{}
#xsearch.home-search .search-input{height: 60px; background: #1c1c1c !important; font-weight: 400; border-radius: 10px 0 0 10px; padding-left: 30px; padding-right: 30px; font-size: 18px; border: none !important;}
#xsearch.home-search .search-input::placeholder{color: #999;}
#xsearch.home-search .search-content .search-submit{height: 60px; text-align: center; position: absolute; top: 0; right: 0; bottom: 0; cursor: pointer; display: inline-block; width: 90px; background: var(--main-color); border-radius: 0 10px 10px 0;}
#xsearch.home-search .search-content .search-submit .search-icon{ width: 90px; height: 60px; padding: 0; margin: 0}
#xsearch.home-search .search-content .search-submit .search-icon i{color: #111; font-size: 20px; line-height: 60px; color: #fff;}
#xsearch.home-search .search-content{position: relative; padding-right: 90px; margin-bottom: 20px;}
.show-share{display: block; text-align: center; margin-bottom: 3px;}
#mw-text{ margin: 40px auto; max-width: 1000px; font-size: 15px; line-height: 1.5em; color: #aaa}
#mw-text .mt-h-large{font-size: 2em; margin-bottom: 20px; color: #ddd}
#mw-text .mt-h-medium{font-size: 1.5em; margin-bottom: 10px; color: #ddd}
#mw-text .mt-h-small{font-size: 1.1em; margin-bottom: 10px; color: #ddd}
#mw-text ul{padding-left: 15px}
#mw-text li{margin-bottom: 10px}
#mw-text li strong{color: #ddd;}
#mw-text a{color: var(--main-color)}
.btn-home{ border-radius: 10px; color: #fff !important;}
.home-buttons{
    margin-top: 1rem;
}
p.h4{
    font-weight: 700;
}
hr {
    background: #160c54;
    height: 1px;
    border: none;
    margin: 2rem 0;
}
@media screen and (max-width: 1100px){
    #wrapper{
        width: 90%;
        margin: auto;
    }
}
@media screen and (max-width: 990px){
    .left h1{
            font-size: 1.25rem;
    }
}
@media (max-width:767px){
    #mw-top {
    flex-direction: column-reverse;
}
#mw-top > div {
    width: 100%;
}
button.bg_gradient{
    margin: 1rem auto 0;
}
.game_trend
 {

    flex-wrap: wrap;
}
.game_trend > div {
    width: 48%;
    text-align: center;
}
.game_trend > div h4{
    margin-top: 0;
}
.header p {
    color: #fff;
    font-size: 1.755rem;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
}
#mw-text ul {
    padding-left: 5px;
}

}
@media screen and (max-width: 479px){
    #mw-text{margin: 25px auto}
    .btn-lg.btn-focus{display: block; width: 100%}
    #mw-text{font-size: 13px}
}