@font-face {
    font-family: SegoeUI;
    src:
            local("Segoe UI Light"),
            url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),
            url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),
            url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");
    font-weight: 100;
}

@font-face {
    font-family: SegoeUI;
    src:
            local("Segoe UI Semilight"),
            url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),
            url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),
            url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: SegoeUI;
    src:
            local("Segoe UI"),
            url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),
            url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),
            url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: SegoeUI;
    src:
            local("Segoe UI Bold"),
            url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),
            url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),
            url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: SegoeUI;
    src:
            local("Segoe UI Semibold"),
            url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),
            url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),
            url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");
    font-weight: 700;
}
body {
    font-family: 'SegoeUI', sans-serif;
background-color: #020916;
}
.navbar {
    background-color: #0F1622;
}
.h-search {
    border-radius: 25px;
    width: 100%;
    border:none;
    outline: unset;
    height: 30px;
}
.navbar li a {
    color: #FFF;
}
.tb-btn {
    border: 2px solid #FFF;
    padding: 5px;
    margin-right: 10px;
    text-transform: uppercase;
    border-radius: 10px;
}
.bottom_nav {
    background: #66C61A;
}
.bottom_nav .nav-item a {
    white-space: nowrap;
    font-weight: bold;
    color: #FFF;
    transform: translateY(0);
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.bottom_nav .nav-item a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    left: 50%;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    transition: all 0.2s ease-in-out;
}
.bottom_nav .nav-item a:hover::before {
    width: 100%;
    left: 0;
}
.slick-slide img {
    width: 100%;
    height: 285px;
}
.slick-dots {

}
.slick-dots li button:before, .slick-dots li.slick-active button:before {
    color: transparent;
    opacity: 1;
}
.slick-dots li button:before {
    background-color: rgb(255 255 255 / 50%);
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px;
}
.slick-dots li.slick-active button:before {
    background-color: #fff;
}
.first-slider .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 6%;
    width: auto;
    display: block;

    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
#slider {
    height: 285px;
}
#slider .fs-ov {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 25%);
}
.first_banner {
    width: 100%;
    position: relative;
    border-radius: 15px;
    height: 285px;
    background-color: #66C61A;
}
.first_banner img {
    position: absolute;
    right: -55px;
    width: 77%;
    top: -18%;
    z-index: 0;
}
.first_banner h2 {
    font-weight: bold;
    font-size: 24px;
    width: 100%;
    margin-left: 15px;
    float:left;
    margin-top: 20px;
    color: #FFF;
}
.first_banner p {
    color: #FFF;
    margin-left: 15px;
    font-weight: bold;
    width: 62%;
    position: relative;
    margin-top: 18%;
    float:left;
    font-size: 14px;
    z-index: 2;
}
.ha_h {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.ha_h span{
    position: absolute;
    left: 3%;
    top: 25%;
    text-transform: uppercase;
    color: #FFF;
}
.ha_hl {
    display: table;
    border-bottom: 2px solid #EE6F57;
}
.popular-items a {
    display: table;
    margin: auto;
}
.pg-items a {
    display: table;
    margin: auto;
}
.pg-items .pc-ov{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 52%);
}

.pg-items div {
    position: relative;

}
.pg-items .slick-slide {
    margin-right: 15px;
}
.pg-items .btn-details {
    position: absolute;
    background: #66C61A;
    border-radius: 0px;
    padding: 3px 29px;
    bottom: 0%;
    color: #FFF;
    position: absolute;

    left: 50%; /* position the left edge of the element at the middle of the parent */

    transform: translate(-50%, -50%);
}
.pg-items .game-name {
    position: absolute;
    bottom: 30%;
    color: #FFF;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
}
.pg-items .game-price {
    position: absolute;
    bottom: 20%;
    color: #FFF;
    font-weight: bold;
    color: #66C61A;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
}
#tabs a {
    position: relative;
}
#tabs li {
    list-style:none;
    position: relative;
    float:left;
}
.tab-h {
    position: absolute;
    color: #FFF;
    left: 6%;
    top: 2%;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
#tabs ul {
    padding: 15px;
}
#tabs ul li {
    margin-left: 30px;
}
#tabs ul li:first-child {
    margin-left: 0px;
}
.ui-tabs-panel {
    width: 100%;
    display: inline-block;
}
.tab-card {
    width: 100%;
    height: 250px;
    background-color: #0F1622;
}
.tc-img {
    width: 100%;
    height: 150px;

}
.tc-img img {
    width: 100%;

}
.tab-usr {
    padding: 10px;
    display: inline-block;
}
.tab-usr img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 2px solid #66C61A;
    float: left;
}
.tu-name {
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    margin-top: -4px;
    float: left;
    font-weight: bold;
    margin-left: 10px;
}
.tu-role {
    color: #66C61A;
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
    float: left;
}
#tabs {
    width: 100%;
}