body {
    margin: 0
}

a:active, a:hover {
    outline-width: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

@media print {
    *, ::after, ::before, blockquote::first-letter, blockquote::first-line, div::first-letter, div::first-line, li::first-letter, li::first-line, p::first-letter, p::first-line {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

html {
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #292b2c;
    background-color: #fff
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

a {
    color: #0275d8;
    text-decoration: none
}

a:focus, a:hover {
    text-decoration: none
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

img {
    vertical-align: middle
}

th {
    text-align: left
}

button, input, select, textarea {
    line-height: inherit
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.container-fluid {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 576px) {

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 768px) {

    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}
.d-none {
    display: none !important
}
.d-block {
    display: block !important
}

@media screen and (max-width:768px) {
    .navbar-menu {
        width: 100%;
        padding: 12px;
        display: none;
    }
}

@media (min-width: 768px) {
    .search-form-2{
        display: none !important
    }

    .d-md-block {
        display: block !important
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important
    }
}

@font-face {
    font-family: "Anton";
    src: url("/css/game_66/fonts/Anton-Regular.ttf") format("truetype");
}

a:hover {
    color: #6a2e85;
    text-decoration: none;
}

a:active {
    color: #222222;
}

ul {
    list-style-type: none !important;
    padding-left: 0 !important;
}

.top-header {
    background-color: #f47d7b;
    box-shadow: 2px 3px #e16361;
}

.top-header h1 {
    font-family: Starlight;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    margin: 25px 0;
    text-align: center;
}

.navbar-menu {
    text-align: center;
    width: fit-content;
    margin: auto;
}

.nav-menu-item {
    margin: 27px auto;
    display: inline-block !important;
}

.nav-menu-item a {
    color: #ffffff;
    font-family: Anton;
    font-size: 24px;
    text-transform: uppercase;
    border: 0;
    border-radius: 50px;
    padding: 10px 32px;
    margin: 21px 5px;
    cursor: pointer;
}

.nav-menu-item a span {
    font-size: 24px;
    color: #ffffff;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
}

.btn-clr-Action {
    background-color: #ffa004;
    box-shadow: 1px 4px #e07f0f;
}

.color-Action{
    color: #ffa004!important;
}

.btn-clr-Adventure {
    background-color: #85c539;
    box-shadow: 1px 4px #6ca12d;
}

.color-Adventure{
    color: #85c539!important;
}

.btn-clr-Sports {
    background-color: #00aef1;
    color: #00aef1;
    box-shadow: 1px 4px #088dc1;
}

.color-Sports{
    color: #00aef1!important;
}

.btn-clr-Family {
    background-color: #0067f1;
    color: #0067f1;
    box-shadow: 1px 4px #004cf1;
}

.color-Family{
    color: #0067f1!important;
}

.btn-clr-Strategy {
    background-color: #915f3d;
    color: #915f3d;
    box-shadow: 1px 4px #7a4e37;
}
.color-Strategy{
    color: #915f3d!important;
}

.btn-clr-Puzzle {
    background-color: #ff7000;
    color: #ff7000;
    box-shadow: 1px 4px #d65e00;
}
.color-Puzzle{
    color: #ff7000!important;
}

.btn-clr-Home {
    background-color: #ff3333;
    color: #ff3333;
    box-shadow: 1px 4px #dc3131;
}
.color-Home{
    color: #ff3333!important;
}

.btn-clr-Search {
    background-color: #c254b6;
    color: #c254b6;
    box-shadow: 1px 4px #a03895;
}
.color-Search{
    color: #c254b6!important;
}



.leader-board {
    text-align: center;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    height: 100%;
    background: #ffffff;
}

.leader-board .header {
    padding: 18px 0 10px 0;
    border-bottom: 3px solid #dadada;
    background-color: #fafafa;
}

.leader-board h4 {
    font-family: Lato;
    font-size: 26px;
    color: #f47d7b;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 auto 0 auto;
}

.leader-board h5 {
    font-family: Lato;
    font-size: 20px;
    color: #383838;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 auto 0 auto;
}

.leader-board-record {
    float: left;
    width: 100%;
    padding: 2px 28px;
    background: #85c539;
}

.leader-board-record:first-child .leader-board-inner-div {
    border-top: 0;
}

.name {
    font-weight: 900;
    color: #182d00;
    font-size: 18px;
    float: left;
    max-width: 190px;
    padding: 11px 0;
    text-align: left;
}

.leader-board-inner-div {
    width: 100%;
    border-top: 1px dashed #e0e0e0;
}

.order-number {
    float: left;
    line-height: 60px;
    width: 20px;
    text-align: left;
    font-family: Lato;
    font-weight: 700;
    color: #585858;
    font-size: 23px;
}

.leader-board-inner-div .user-avatar {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #f7f6f0;
    background: #f7f6f0;
    overflow: hidden;
    margin: 2px 12px 2px 20px;
}

.popular-games {
    padding-left: 55px;
}

.popular-games h2 {
    color: #f47d7b;
    font-size: 40px;
    font-family: Anton;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.pop-game-grid, .game-grid {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.pop-game-grid {
    box-shadow: 0px 0px 0px 4px #eeeeed;
}

.game-grid {
    box-shadow: 0px 0px 0px 4px #ffffff;
}

.pop-game-grid img, .game-grid img {
    width: 100%;
    aspect-ratio: 4 / 2.25;
}

.pop-game-grid .grid-name-card, .game-grid .grid-name-card {
    width: 100%;
    min-height: 50px;
    height: fit-content;
    background: #ffffff;
    text-align: left;
    font-weight:bold;
}

.pop-game-grid .grid-name-card span, .game-grid .grid-name-card span {
    text-align: left;
    font-family: Lato;
    font-weight: 600;
    color: #225163;
    font-size: 17px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    display:block;
}

.pop-game-grid .grid-name-card {
    padding: 10px 15px 0px 15px;
}

.game-grid .grid-name-card {
    padding: 10px 8px 0px 15px;
}

.rltv {
    position: relative;
}


.footer {
    padding: 18px 0;
    background-repeat: repeat-x;
    background-size: auto;
    background-position: bottom 0 right 50%;
}

.footer-menu {
    padding-left: 60px;
}

.footer-paragraph h2 {
    font-family: Starlight;
    color: #f47d7b;
    font-size: 35px;
    text-transform: uppercase;
    margin: 12px 0;
    margin-bottom: 20px;
}

.footer-paragraph {
    padding: 0 76px 0 20px;
}

.footer-paragraph p {
    color: #7584a4;
    font-size: 14px;
    font-family: Lato;
    margin: 0;
    font-weight: bold;
}

.footer-menu-col {
    height: fit-content;
}

.footer-menu-col ul {
    margin:0;
}

.footer-menu-col ul h5 {
    color: #465a85;
    font-size: 18px;
    font-family: Lato;
    font-weight: 800;
    line-height: 40px;
}

.footer-menu-col ul li a {
    color: #7584a4;
    font-size: 16px;
    font-family: Lato;
    font-weight: 500;
    line-height: 34px;
    font-style: normal;
}


.game-grid-row {
    padding-top: 20px;
    width: 100%;
}

.game-grid-row h3 a {
    font-size: 40px;
    font-family: Anton;
    font-weight: 500;
    line-height: 58px;
    text-transform: uppercase;
}

.grid-container {
    padding: 30px 0;
}

#nav-icon {
    width: 36px;
    height: 20px;
    position: relative;
    top: 25%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: right;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: #ffffff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

#nav-icon span:nth-child(odd) {
    left: 1px;
    border-radius: 9px 0 0 9px;
}

#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
    top: 0px;
    border-top: 1px solid #f7aaa9;
}

#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
    top: 8px;
    border-top: 1px solid #f7aaa9;
    border-bottom: 1px solid #f7aaa9;
}

#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
    top: 16px;
    border-bottom: 1px solid #f7aaa9;
}

#nav-icon span:nth-child(5) {
    width: 25%;
    left: 16px;
}

#nav-icon.open span:nth-child(1), #nav-icon.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(2), #nav-icon.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(1) {
    left: 5px;
    top: 7px;
}

#nav-icon.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}

#nav-icon.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#nav-icon.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#nav-icon.open span:nth-child(5) {
    left: 5px;
    top: 16px;
    float: right;
    width: 50%;
}

#nav-icon.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 16px;
}

.tab-content, .tabs-container {
    float: left;
    height: fit-content;
    position: relative;
    -webkit-transition: fadeIn-right .5s ease-in-out;
    -moz-transition: fadeIn-right .5s ease-in-out;
    -o-transition: fadeIn-right .5s ease-in-out;
    transition: fadeIn-right .5s ease-in-out;
    animation: fadeIn-right 0.5s ease-in-out;
    -prefix-animation: fadeOut-right 0.5s ease 0.5s forwards;
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: block;
}


@keyframes fadeIn-right {
    from {
        opacity: 0;
        right: 40%;
    }

    to {
        opacity: 1;
        right: 0;
    }
}

.game-summary {
    padding-top: 25px;
    padding-bottom: 25px;
}

.play-phrase {
    text-align: center;
    width: fit-content;
    margin: auto;
    cursor: pointer;
}

.play-phrase span {
    float: left;
    width: 28px;
    height: 28px;
    background: #f47d7b;
    color: #ffffff;
    border-radius: 50px;
    margin: 7px 14px;
    padding: 4px 10px;
    font-size: 13px;
}

.play-phrase h2 {
    float: left;
    color: #f47d7b;
    text-transform: uppercase;
    font-family: Anton;
    font-size: 35px;
    border-bottom: 3px solid #f47d7b;
    line-height: 42px;
}

.play-phrase h1 {
    float: none;
    color: #f47d7b;
    text-transform: uppercase;
    font-family: Anton;
    font-size: 24px;
    border-bottom: 3px solid #f47d7b;
    line-height: 42px;
}

.game-thumbnail {
    border-radius: 15px;
    border: 4px solid #eeeeed;
    overflow: hidden;
    aspect-ratio: 4 / 2.25;
    position:relative;

}

.game-thumbnail img {
    max-width: 100%;
    width: 100%;
}

.summary-container {
    box-shadow: 0 2px 0 #e1e1e1;
    border-radius: 12px;
    border: 1px solid #e1e1e1;
    background-color: #f6f6f4;
    padding: 15px 35px;
    position: relative;
}

.summary-container h4 {
    font-family: Lato;
    font-weight: 700;
    color: #225163;
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 22px;
}

.summary-container .title {
    font-family: Lato;
    font-weight: 700;
    color: #e87b7a;
    font-size: 20px;
    min-width: 122px;
    /*float: left;*/
    text-align: left;
    width: 100%;
    margin: .5rem 0;
}

.summary-container p, .summary-container p a {
    font-family: Lato;
    font-weight: 500;
    color: #555555;
    font-size: 17px;
}

.game-summary .row {
    clear: both;
}

.leader-btn {
    color: #ffffff !important;
    font-size: 23px;
    font-family: Lato;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    right: -6px;
    background: #e65150;
    padding: 10px 0;
    border-radius: 12px;
    bottom: -45px;
    border-bottom: 1px solid #b2221f;
    box-shadow: 0px 1px 3px #b2221f;
    max-width: 500px;
    margin: 1rem auto;
}

.game-thumbnail{
    display: flex;
    justify-content: center;
    align-items: center;
}

.pc-game-info img{
    width:100%;
    aspect-ratio: 4/2.25;
    margin-bottom:1rem;
    border: 4px solid #f47d7b;
    border-radius: 12px;
}

.play-game-btn{
    background: #f47d7b;
    padding: .5rem 1rem;
    border: none;
    font-size: 20px;
    font-weight: 1000;
    color: #fff;
    border-radius: 10px;
}

.pc-game-info{
    position:absolute;
    display:none;
}

@media screen and (min-width: 568px) {
    .leader-btn {
        display:none!important;
    }

    .summary-container{
        margin-top: 20px;
    }

    .pc-game-info{
        display: flex !important;
        flex-wrap: wrap;
        width: 230px;
        justify-content: center;
    }

    .filter-common{
        filter: blur(6px);
    }
}

.pop-header {
    text-align: left !important;
}

.seotitle-h2 {
    font-size: unset !important;
    margin: unset !important;
    padding: unset !important;
    font-weight: unset !important;
}

.seotitle-h2 {
    display: inline-block;
}


@media (max-width: 576px) {
    .col-xs-4 {
        -xs-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .col-xs-6 {
        -xs-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xs-12 {
        -xs-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .navbar-menu-nav, .navbar-menu {
        position: relative;
        width: 100%;
        max-width: 100%;
    }
}


@media (max-width: 576px) {
    .center-header {
        padding: 0;
    }

    .with-wide-bg1, .with-wide-bg2, .with-wide-bg3, .with-wide-bg4 {
        background-repeat: repeat-y;
        padding: 0;
        padding-top: 46px;
    }

    .center-header h1 {
        font-size: 23.5px;
        width: fit-content;
        float: left;
        margin-top: 5px;
        margin-bottom: 0px;
    }

    .top-header {
        box-shadow: 0px 3px #e16361;
        margin-bottom: 4px;
    }

    .navbar-menu-nav {
        list-style-type: none !important;
        padding-left: 0 !important;
        width: 100%;
    }

    .nav-menu-item {
        display: inline-block !important;
        margin: 0 0;
        width: 100%;
    }

    .nav-menu-item a {
        padding: 7px 34px;
        margin: 8px 0px;
        display: block;
    }

    .full-w-mob {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }


    .popular-games {
        padding: 0;
    }

    .popular-games .row .col-xs-6:nth-child(9) {
        display: none;
    }

    .popular-games {
        padding-left: 0;
    }


    .popular-games h2, .game-grid-row h3 {
        font-size: 33px;
        text-align: center;
        line-height: 70px;
    }

    .game-grid-row h3 {
        padding-left: 0px;
        margin: 0px;
    }

    .popular-games .col-xs-6:nth-child(even), .game-grid-row .col-xs-6:nth-child(even) {
        padding-left: 10px;
    }

    .pop-game-grid .grid-name-card, .game-grid .grid-name-card {
        min-height: 38px;
        color: #1f4758;
        font-size: 16px;
    }

    .pop-game-grid .grid-name-card {
        padding: 3px 2px 2px 6px;
    }

    .game-grid .grid-name-card {
        padding: 3px 2px 3px 6px;
    }

    .grid-container {
        position: relative;
        padding: 0 0 20px;
    }

    .rltv {
        margin-bottom: 0;
    }

    .footer-paragraph, .footer-menu {
        padding: 0 48px;
    }

    .footer-paragraph h1 {
        font-size: 33px;
        margin: 8px 0;
        margin-bottom: 10px;
    }

    .footer-paragraph p {
        color: #6a799a;
        margin: 1rem auto;
        text-align: center;
    }

    .footer-menu-col ul {
        text-align:center;
    }

    .footer-menu-col:nth-child(4) {
        margin-top: -40px;
        padding-right: 13px;
    }

    .game-summary {
        padding-top: 20px;
    }

    .game-thumbnail {
        margin-bottom: 25px;
    }

    .play-phrase {
        clear: both;
    }

    .play-phrase h2 {
        font-size: 30.13px;
    }

    .play-phrase span {
        margin: 7px 11px;
    }

    .summary-container {
        padding: 15px;
        margin-bottom: 0;
    }

    .summary-container h4 {
        font-weight: 800;
    }

    .summary-container .title {
        min-width: fit-content;
    }
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width:1140px;
}


.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

@media (min-width: 576px) {
    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 768px) {

    .navbar-menu {
        display: block !important;
    }

    #nav-icon{
        display:none!important;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

h1 {
    font-size: 2em;
    margin: .67em 0
}


a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

b, strong {
    font-weight: bolder
}

*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.margin-2-1{
    margin: 2rem 0 1rem;
}

@media (max-width: 576px) {
    .margin-2-1 {
        margin:0!important;
    }
}


.footer-list{
    align-items: center;
    height: 100%;
}


.logo-img{
    width:160px;
    height:50px;
}

.search-form{
    height:100%;
    width:100%;
    max-width:300px;
    position:relative;
    float:right;
    margin-right: 1rem;
    display: flex;
    align-items: center;
}

.search-input{
    height:90%;
    width:100%;
    padding-left: 1rem;
    border-radius: 50px;
    border: none;
    outline: none;
    background: #cfbebe;
    color: #fff;
}

.search-btn{
    position:absolute;
    right: 1rem;
    background: none;
    border: none;
    outline: none;
}

.search-img{
    width:30px;
    height:30px;
}

.padding-header{
    padding:.5rem 0;
}

.center-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-form-2{
    height: 60px;
    width: 100%;
    max-width: 100%;
    margin: auto;
}

.search-btn:focus{
    outline:none;
}



#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 #e87b7a;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 8px;
    background: #e87b7a;
    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;
    }
}

.search-style{
    font-size: 28px;
    text-transform: capitalize;
}

.padding-top-0{
    padding-top: 0;
}

.game-info{
    justify-content: center;
}
