@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");


.fa {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.fa, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa-search::before {
    content: "\f002";
}

.fa-gamepad::before {
    content: "\f11b";
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("/css/game_68/fonts/fa-solid-900.woff2") format("woff2"), url("/css/game_68/fonts/fa-solid-900.ttf") format("truetype");
}

.fas {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 900;
    src: url("/css/game_68/fonts/fa-solid-900.woff2") format("woff2"), url("/css/game_68/fonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url("/css/game_68/fonts/fa-solid-900.woff2") format("woff2"), url("/css/game_68/fonts/fa-solid-900.ttf") format("truetype");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

html,
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: #1e1e1e;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #CCC;
    text-decoration: none !important;
}

a:hover {
    color: #F99;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 700;
}

ul {
    margin-bottom: 0px;
}

p {
    font-size: 15px;
    line-height: 30px;
    color: #fff;
}

img {
    overflow: hidden;
}

html,
body {
    background: #1f2122;
    font-family: 'Poppins', sans-serif;
}

body .page-content {
    background-color: #27292a;
    padding: 30px 60px;
    border-radius: 23px;
}

p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 0;
}

::selection {
    background: #e75e8d;
    color: #fff;
}

::-moz-selection {
    background: #e75e8d;
    color: #fff;
}

.main-button a {
    font-size: 20px;
    color: #fff;
    background-color: #e75e8d;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 25px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
}

.main-button a:hover {
    background-color: #fff;
    color: #e75e8d;
}

.main-border-button a {
    font-size: 14px;
    color: #ec6090;
    background-color: transparent;
    border: 1px solid #ec6090;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 25px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
}

.main-border-button a:hover {
    border-color: #fff;
    background-color: #fff;
    color: #e75e8d;
}

.border-no-active a {
    border-color: #666;
    color: #666;
}

.border-no-active a:hover {
    border-color: #666;
    color: #666;
    background-color: transparent;
}

section {
    margin-top: 120px;
}

.heading-section h4 {
    color: #ec6090;
    font-size: 34px;
    text-decoration: none;
    margin-bottom: 30px;
    text-align: center;
}

.heading-section h4 em {
    color: #fff;
    font-style: normal;
}

.header-area {
    background-color: transparent;
    position: relative;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.header-area .main-nav {
    background: transparent;
    display: flex;
    padding: 15px 0;
    border-radius: 50px;
    align-items: center;
}

.background-header .main-nav {
    padding: 0;
    background-color: transparent;
}

.header-area .main-nav #search {
    position: relative;
}

.header-area .main-nav #search input {
    background-color: #27292a;
    height: 46px;
    border-radius: 23px;
    border: none;
    color: #666;
    font-size: 14px;
    padding: 0 15px 0 45px;
}

.header-area .main-nav #search i {
    position: absolute;
    color: #666;
    left: 20px;
    top: 16px;
    width: 18px;
    height: 18px;
    font-size: 16px;
}

.header-area .main-nav .logo {
    border-right: 1px solid #27292a;
    flex-basis: 25%;
    margin-right: 5%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo img {
    width: 160px;
}

.background-header .main-nav .logo {
    margin-top: 8px;
}

.background-header .main-nav .logo img {
    width: 180px;
}

.header-area .main-nav .nav {
    display: inline-flex;
    flex-basis: 70%;
    justify-content: flex-end;
    vertical-align: middle;
    text-align: right;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
}

.header-area .main-nav .nav li {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    align-items: center;
}

.header-area .main-nav .nav li a {
    display: block;
    font-weight: bold;
    font-size: 18px;
    text-transform: capitalize;
    color: #666;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: transparent;
    border-radius: 18px;
    letter-spacing: .3px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover,
.background-header .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover {
    padding-left: 25px !important;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
    color: #e75e8d !important;
}

.active {
    color: #e75e8d;
}

.header-area .main-nav .nav li:last-child:hover a,
.header-area .main-nav .nav li:last-child a.active {
    color: #e75e8d !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
    color: #fff;
    opacity: 1;
}

.header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 23px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 20px;
    display: none;
}

.background-header .main-nav .menu-trigger {
    top: 17px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #e75e8d;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #e75e8d;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #e75e8d;
    display: block;
    position: absolute;
    height: 2px;
    left: 0;
    width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #e75e8d;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    content: "";
}

.header-area .main-nav .menu-trigger span {
    top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #e75e8d;
}

.background-header .main-nav .menu-trigger.active span:before {
    background-color: #e75e8d;
}

.header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #e75e8d;
}

.background-header .main-nav .menu-trigger.active span:after {
    background-color: #e75e8d;
}


.header-area.header-sticky .nav li a.active {
    color: #fff;
}

@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-area .main-nav:before {
        display: none;
    }
}

@media (max-width: 992px) {
    .header-area {
        top: 0;
    }

    .header-area .main-nav {
        background-color: transparent;
        border-radius: 0px;
    }

    .header-area .main-nav .nav {
        height: auto;
        flex-basis: 100%;
    }

    .header-area .main-nav .logo {
        position: absolute;
        left: 30px;
        top: 15px;
    }

    .background-header .main-nav .logo {
        top: 0;
    }

    .header-area.header-sticky .nav li a:hover,
    .header-area.header-sticky .nav li a.active {
        color: #e75e8d !important;
        opacity: 1;
    }

    .header-area.header-sticky .nav li.search-icon a {
        width: 100%;
    }

    .header-area {
        background-color: #000;
        padding: 0 15px;
        height: 80px;
        box-shadow: none;
        text-align: center;
    }

    .header-area .container {
        padding: 0px;
    }

    .header-area .logo {
        margin-left: 0px;
    }

    .header-area .menu-trigger {
        display: block !important;
    }

    .header-area .main-nav {
        overflow: hidden;
    }

    .header-area .main-nav .nav {
        float: none;
        width: 100%;
        display: none;
        -webkit-transition: all .3s ease 0s;
        -moz-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        margin-left: 0;
    }

    .header-area.header-sticky .nav {
        margin-top: 65px !important;
        text-align: center;
    }

    .background-header.header-sticky .nav {
        margin-top: 70px !important;
    }

    .header-area .main-nav .nav li:first-child {
        border-top: 1px solid #eee;
    }

    .header-area .main-nav .nav li {
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #eee;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .header-area .main-nav .nav li a {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0 !important;
        border: none !important;
        background: #fff !important;
        color: #1e1e1e !important;
    }

    .header-area .main-nav .nav li a:hover {
        background: #fff !important;
        color: #e75e8d !important;
    }

    .header-area .main-nav .nav li:last-child a img {
        display: none;
    }

    .header-area .main-nav .nav li:last-child a:hover {
        color: #ec6090 !important;
        background-color: transparent !important;
    }
}

.most-popular {
    padding: 30px;
    background-color: #1f2122;
    border-radius: 10px;
}

.most-popular .item {
    background-color: #27292a;
    padding: 20px 15px 10px;
    border-radius: 10px;
}

.most-popular .item .item {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    margin-bottom: 0;
}

.most-popular .item img {
    border-radius: 10px;
}

.most-popular .item h4 {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 0;
    display: inline-block;
}

.most-popular .item span {
    color: #666;
    display: block;
    margin-top: 7px;
    font-weight: 400;
}

.most-popular .item ul {
    float: right;
    margin-top: 20px;
}

.most-popular .item ul li {
    text-align: right;
    color: #fff;
    font-size: 14px;
}

.most-popular .item ul li:first-child i {
    color: yellow;
}

.most-popular .item ul li:last-child i {
    color: #ec6090;
}

.most-popular .main-button {
    text-align: center;
    margin-bottom: -53px;
}


.gaming-library {
    margin-top: 20px;
    padding: 30px;
    background-color: #1f2122;
    border-radius: 23px;
}

.gaming-library .item {
    border-bottom: 1px solid #27292a;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.gaming-library .item ul li {
    margin-top: 15px;
}

.gaming-library .item ul li img {
    margin-top: -30px;
}

.gaming-library .item ul li {
    display: inline-block;
    width: 17%;
}

.gaming-library .item ul li:first-child {
    width: 110px;
}

.gaming-library .item ul li:last-child {
    width: 15%;
    text-align: right;
}

.gaming-library .item ul li h4 {
    font-size: 15px;
    margin-bottom: 5px;
}

.gaming-library .item ul li span {
    color: #666;
    font-size: 14px;
}

.gaming-library .main-button {
    text-align: center;
    margin-bottom: -53px;
}

footer p {
    text-align: center;
    padding: 15px 0;
    color: #fff;
    font-weight: 300;
}

footer p a {
    color: #fff;
    transition: all .3s;
}

footer p a:hover {
    color: #ec6090;
}

.footer-list {
    padding: 15px 0;
}


.footer-list a {
    font-weight: bold;
}

.featured-games {
    border-radius: 10px;
    background-color: #1f2122;
    padding: 10px;
}

.featured-games .item img {
    border-radius: 10px;
}

.featured-games .item h4 {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 0;
    display: inline-block;
}

.featured-games .item span {
    color: #666;
    display: block;
    margin-top: 7px;
    font-weight: 400;
}

.top-downloaded {
    border-radius: 23px;
    background-color: #1f2122;
    padding: 30px;
}

.game-details .content {
    border-radius: 23px;
    padding: 20px 0;
    background-color: #1f2122;
}

.game-details .content .left-info {
    background-color: #27292a;
    border-radius: 23px;
    padding: 15px;
}

.game-details .content .left-info h4 {
    font-size: 20px;
    display: block;
    margin-bottom: .8rem;
}

body {
    overflow-x: hidden;
}

@media (max-width: 767px) {
    body .page-content {
        padding: 0 0;
    }

    .most-popular {
        padding: 0;
    }

    .gaming-library .item ul li,
    .gaming-library .item ul li:first-child,
    .gaming-library .item ul li:last-child {
        width: 100% !important;
        text-align: center !important;
    }

    .gaming-library .item ul li {
        margin-top: 30px;
    }

    .top-downloaded {
        max-height: 100%;
        min-height: 100%;
    }
}

@media (max-width: 992px) {
    .header-area .main-nav #search {
        display: none;
    }

    .heading-section h4 {
        font-size: 27px;
        margin-top: 20px;
    }

    .gaming-library .item ul li {
        width: 48% !important;
    }

    .gaming-library .item ul li:last-child {
        text-align: left;
    }

    .featured-games {
        margin-bottom: 30px;
    }

    .start-stream .item {
        margin: 15px 0;
    }
}

@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        padding-right: 5px;
        padding-left: 5px;
    }

    .header-area .main-nav .logo {
        margin-right: 30px;
        border-right: none;
    }

    .gaming-library .item ul li {
        width: 16%;
    }
}

.game-list {
    margin: 0;
}


#back-to-top {
    position: fixed;
    right: 2rem;
    bottom: 3rem;
    height: 42px;
    width: 42px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    padding: 0;
    background: #fff;
    border: none;
}


.desc_btn {
    border: solid 1px #ec6090;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 8px;
    background: #ec6090;
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
}

#description_view {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

@media screen and (min-width: 768px) {
    .desc_btn {
        display: none !important;
    }

    #description_view {
        -webkit-line-clamp: 100 !important;
    }
}

@media screen and (max-width: 768px) {
    .desc_btn {
        display: block;
    }
}


@media screen and (min-width: 992px) {
    .cate-right {
        position: sticky;
        top: 1rem;
        max-height: 568px;
    }
}

.game-info {
    text-align: center;
}

.game-btn {
    font-weight: bold;
    font-size: 24px;
}

.game-content {
    margin: .5em;
}

.margin-top-1 {
    margin-top: 1rem;
}
