#back_top {
    position: fixed;
    cursor: pointer;
    bottom: 35px;
    right: 35px;
    width: 40px;
    height: 40px;
    z-index: 9999;
    border-radius: 50%;
    /*background-color: var(--secondary-color);*/
    background: linear-gradient(135deg, var(--secondary-color) 0, #ffe7ae .01%, #f1b118 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--common-box-shadow);
    transition: .3s
}

#back_top .icon {
    width: 25px;
    height: 25px;
    transition: .5s
}

#back_top .icon path {
    fill: #111
}

#back_top:hover {
    box-shadow: 0 0 10px #ffffffb0
}

#back_top:hover .icon {
    transform: translate(0, -1px)
}

@media (max-width: 575px) {
    #back_top {
        bottom: 15px;
        right: 15px;
        width: 30px;
        height: 30px
    }

    #back_top .icon {
        width: 20px;
        height: 20px
    }
}


:root {
    --primary-fonts: "Montserrat", sans-serif;
    --primary-color: #ffffff;
    --content-color: #ffffff;
    --secondary-color: #fdcc56;
    --body-bg-color: #191c21;
    --tag-new: linear-gradient(to top, #c51d00 0%, rgb(255, 108, 0) 100%);
    --tag-popular: linear-gradient(to top, #53ab1e 0%, #08cd4e 100%);
    --tag-desktop: linear-gradient(to top, #11a0e7 0%, #00344e 100%);
    --grd-gradient-bg: linear-gradient(110deg, #1e283f, rgba(20, 27, 46, .6) 100%);
    --common-box-shadow: 0px 0px 10px #ffffff21;
    --common-gradient-color: linear-gradient(135deg, var(--secondary-color) 0%, #ffe7ae 0.01%, #f1b118 100%);
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 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, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html {
    height: 100%;
    width: 100%;
    -webkit-overflow-style: scrollbar;
    -khtml-overflow-style: scrollbar;
    -moz-overflow-style: scrollbar;
    -ms-overflow-style: scrollbar;
    -o-overflow-style: scrollbar;
}

body, body p {
    line-height: 160%;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-family: var(--primary-fonts);
    color: #ffffff;
    word-spacing: 0;
    text-transform: inherit;
}

body {
    background-color: var(--body-bg-color);
}

b {
    font-weight: 600;
}

ol, ul {
    list-style: none;
}

span {
    line-height: normal;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: #ffffff;
    opacity: 1;
}

a:hover, a:focus, a:active {
    color: #ffffff;
    opacity: 0.8;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

body p + p {
    margin: 15px 0 0 0;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    font-style: normal;
    letter-spacing: 0;
    word-spacing: 0;
    text-transform: inherit;
    padding: 0;
    font-weight: 600;
    margin: 15px 0 10px 0;
    color: var(--primary-color);
}

body h1 {
    font-size: 40px;
    line-height: 130%;
}

body h2 {
    font-size: 40px;
    line-height: 130%;
}

body h3 {
    font-size: 32px;
    line-height: 130%;
}

body h4 {
    font-size: 28px;
    line-height: 130%;
}

body h5 {
    font-size: 24px;
    line-height: 130%;
}

body h6 {
    font-size: 20px;
    line-height: 130%;
}

body ul {
    margin: 0;
    padding: 0;
}

body #wrapper {
    background-repeat: repeat;
    background-position: center top;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
    overflow: hidden;
    width: 100%;
}

body img {
    max-width: 100%;
}

body .section {
    margin: 30px 0 30px 0;
}

body .no-top-padding {
    padding-top: 0 !important;
}

@media only screen and (max-width: 575.98px) {
    .hidden-xs {
        display: none !important;
    }
}

@media only screen and (max-width: 767.98px) and (min-width: 575.99px) {
    .hidden-sm {
        display: none !important;
    }
}

@media only screen and (max-width: 1199.98px) and (min-width: 991.99px) {
    .hidden-lg {
        display: none !important;
    }
}

@media only screen and (min-width: 1199.99px) {
    .hidden-xl {
        display: none !important;
    }
}

.btn-no-border {
    border: 1px solid #ffffff00 !important;
}

.btn {
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    padding: 14px 34px 14px 34px;
    border-radius: 30px;
    text-transform: uppercase;
}

.btn, .btn-primary {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
    transition: 0.3s;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: var(--content-color);
    color: #000;
    border-color: #ffffff;
}

.btn-secondary {
    color: #111;
    background: linear-gradient(135deg, var(--secondary-color) 0%, #ffe7ae 0.01%, #f1b118 100%);
    border: 0 solid var(--secondary-color);
}

.btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:focus {
    color: #111 !important;
    box-shadow: 2px 2px 10px #ffffff63;
    border: 0 solid #ffffff;
    background: linear-gradient(135deg, var(--secondary-color) 0%, #ffe7ae 0.01%, #f1b118 100%);
}

.btn-primary:focus, .btn-primary .focus, .btn-secondary:focus, .btn-secondary .focus, .btn-primary:visited, .btn-secondary:visited, .btn-primary:not([disabled]):not(.disabled):active:focus, .btn-secondary:not([disabled]):not(.disabled):active:focus {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
    -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
    -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
}

.small-btn {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 15px 8px 15px;
}

.ad-form-group {
    margin-bottom: 20px;
    position: relative;
}

.ad-form-group label, .ad-form-group .ad-input {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 150%;
    font-style: normal;
}

.ad-form-group label {
    display: block;
    padding-bottom: 5px;
}

.ad-form-group .ad-input {
    border: 1px solid #676a71;
    border-radius: 0;
    resize: none;
    height: 45px;
    padding: 0 20px;
    background-color: transparent;
    font-weight: 400;
}

.ad-form-group .ad-input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--secondary-color);
}

.ad-form-group .ad-input::-webkit-input-placeholder, .ad-form-group .ad-input::-moz-placeholder, .ad-form-group .ad-input:-ms-input-placeholder, .ad-form-group .ad-input:-moz-placeholder {
    color: #9e9e9e;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ad-form-group select option {
    color: #000;
}

.common-box-shadow {
    box-shadow: var(--common-box-shadow);
}

::-webkit-scrollbar {
    width: 3px;
    border-radius: 8px;
}

::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    background: #f3dba4;
    border-radius: 8px;
}

@media (min-width: 1600px) {
    .container {
        max-width: 1540px;
    }
}

@media (max-width: 1600px) and (min-width: 1500px) {
    .container {
        max-width: 1440px;
    }
}

@media (max-width: 1500px) and (min-width: 1250px) {
    .container {
        max-width: 1240px;
    }
}

.card-img-wrapper {
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    display: flex;
}

.card-img-wrapper.tag {
    position: relative;
}

.card-img-wrapper.tag::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: #1a2336;
    padding: 4px 10px 4px 10px;
    font-size: 12px;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom-left-radius: 10px;
}

.card-img-wrapper.tag.tag-new::before {
    content: 'New';
    background: var(--tag-new);
    color: #fff;
}

.card-img-wrapper.tag.tag-new::after {
    right: 43px;
    border-top-color: var(--tag-new);
    border-top-width: 22px;
}

.card-img-wrapper.tag.tag-sm::before {
    font-size: 10px;
}

.card-img-wrapper.tag.tag-sm.tag-new::after {
    right: 38px;
    border-top-color: var(--tag-new);
}

.header-main {
    background-color: var(--body-bg-color);
    box-shadow: var(--common-box-shadow);
}

.header-main .navbar {
    padding: 15px 0;
}

.header-main .navbar .navbar-brand {
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 0;
    width: auto;
    opacity: 1;
}

.header-main .navbar .navbar-brand img {
    max-width: 150px;
}

.header-main .navbar .nav-item + .nav-item {
    margin-left: 5px;
}

.header-main .navbar .nav-item.active .nav-link {
    background-color: rgba(255, 255, 255, 0.3);
}

.header-main .navbar .nav-link {
    padding: 0 10px;
    font-weight: bold;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-main .navbar .nav-link i {
    line-height: normal;
}

.header-main .navbar .nav-link .icn-left {
    color: var(--secondary-color);
}

.header-main .navbar .right-icn-sc {
    min-width: 250px;
    display: flex;
    justify-content: flex-end;
}

.header-main .navbar .right-icn-sc .icn-ul {
    display: flex;
    align-items: center;
}

.header-main .navbar .right-icn-sc .icn-ul li:not(.btn-sc) {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    position: relative;
}

.header-main .navbar .right-icn-sc .icn-ul li a, .header-main .navbar .right-icn-sc .icn-ul li button {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.btn-play-now {
    background: linear-gradient(127deg, #f7fb6d 10%, #f3a661 85%)
}

.btn-play-now:hover, .btn-play-now:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .btn-play-now:focus {
    background: linear-gradient(127deg, #fbc04f 45%, #faff3d 100%)
}

.header-main .navbar .right-icn-sc .icn-ul li a:hover, .header-main .navbar .right-icn-sc .icn-ul li button:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.header-main .navbar .right-icn-sc .icn-ul li a i, .header-main .navbar .right-icn-sc .icn-ul li button i {
    font-size: 20px;
}

.header-main .navbar .right-icn-sc .icn-ul li .btn i {
    margin-right: 5px;
}

.header-main .navbar .right-icn-sc .icn-ul li + li {
    margin-left: 15px;
}

.header-main .navbar .nav-item:hover .nav-link {
    background-color: rgba(255, 255, 255, 0.3);
}

.header-main .navbar i.icn-left {
    margin-right: 10px;
}

.header-main .navbar i.icn-right {
    font-size: 10px;
    margin-left: 5px;
}

.icn-ul li.show > a {
    color: var(--secondary-color);
}

@media (max-width: 1250.98px) and (min-width: 991.99px) {
    .header-main .navbar .nav-link {
        padding: 0 8px;
        font-size: 13px;
    }
}

@media (min-width: 991.99px) {
    .header-main .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: center;
    }

    .header-main .navbar-nav {
        flex-direction: row;
    }
}

@media (max-width: 1250.98px) {
    .header-main .navbar .right-icn-sc .icn-ul li + li {
        margin-left: 5px;
    }

    .header-main .navbar .right-icn-sc .icn-ul li a i, .header-main .navbar .right-icn-sc .icn-ul li button i {
        font-size: 15px;
    }
}

@media (max-width: 1023.98px) {
    .header-main .navbar .navbar-brand {
        width: auto;
    }
}

@media (max-width: 991.98px) {
    .header-main .navbar {
        position: relative;
        padding: 15px 0;
        justify-content: flex-start;
    }

    .header-main .navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #191c21c2;
        z-index: 3;
    }

    .header-main .navbar i.icn-left {
        margin-right: 15px;
    }

    .header-main .navbar i.icn-right {
        margin-left: auto;
    }

    .header-main .navbar .nav-item {
        text-align: left;
    }

    .header-main .navbar .nav-item:hover, .header-main .navbar .nav-item:focus {
        background-color: transparent;
    }

    .header-main .navbar .nav-item:hover .nav-link, .header-main .navbar .nav-item:focus .nav-link {
        background-color: transparent;
    }

    .header-main .navbar .nav-item + .nav-item {
        margin-top: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        margin-left: 0;
    }

    .header-main .navbar .nav-item:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }

    .header-main .navbar .nav-item.btn-sc-item .btn {
        font-size: 12px;
        padding: 10px 24px 10px 24px;
        width: calc(50% - 5px);
    }

    .header-main .navbar .nav-item:not(.btn-sc-item):last-child {
        padding-top: 0;
    }

    .header-main .navbar .nav-item:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .header-main .navbar .nav-item .nav-link {
        padding: 10px 15px;
        justify-content: flex-start;
    }

    .header-main .navbar .nav-item .nav-link:hover, .header-main .navbar .nav-item .nav-link:focus {
        background-color: transparent;
    }

    .header-main .navbar .right-icn-sc {
        flex-grow: 1;
        min-width: auto;
    }

    .header-main .navbar .right-icn-sc .icn-ul li a i, .header-main .navbar .right-icn-sc .icn-ul li button i {
        font-size: 20px;
    }

    .header-main .navbar .right-icn-sc .icn-ul li + li {
        margin-left: 10px;
    }

    .header-main .navbar .right-icn-sc .icn-ul li:not(.btn-sc):last-child {
        width: 40px;
    }

    .header-main .navbar .right-icn-sc .icn-ul li a:not(:hover) {
        color: #8c8e90;
    }

    .header-main .navbar .right-icn-sc .icn-ul li a.btn {
        color: #111;
    }

    .navbar-expand-md .navbar-toggler {
        display: block;
        padding: 0;
        border: 0;
        outline: 0;
    }

    .navbar-expand-md .navbar-toggler .navbar-toggler-icon {
        background-size: 27px;
    }

    .left-icn-sc {
        margin-right: 5px;
    }

    .header-main {
        z-index: 999;
        position: relative;
    }

    .header-main .navbar .navbar-collapse {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 3;
    }

    .header-main .navbar .navbar-collapse .navbar-inner {
        width: 0;
        transform: translate(-300px, 0px);
        transition: 0.3s;
        height: 100%;
        background-color: var(--body-bg-color);
        display: flex;
        flex-direction: column;
    }

    .header-main .navbar .navbar-collapse .close-sc {
        display: flex;
        align-items: center;
        padding: 10px;
        flex-shrink: 0;
    }

    .header-main .navbar .navbar-collapse .close-sc .close {
        opacity: 1;
        padding-left: 10px;
        padding-top: 10px;
    }

    .header-main .navbar .navbar-collapse .close-sc .close svg {
        width: 20px;
    }

    .header-main .navbar .navbar-collapse .close-sc .close svg path {
        fill: #fff;
    }

    .header-main .navbar .navbar-collapse .close-sc .logo-sc {
        max-width: 150px;
        margin: auto;
    }

    .header-main .navbar .navbar-collapse .close-sc .logo-sc img {
        display: block;
    }

    .header-main .navbar .navbar-collapse .navbar-nav {
        flex-grow: 1;
        overflow-y: auto;
    }

    .header-main .navbar .nav-item.active .nav-link {
        background-color: transparent;
    }

    body.header-open {
        overflow: hidden;
    }

    body.header-open .header-main .navbar .navbar-collapse {
        display: block;
    }

    body.header-open .header-main .navbar .navbar-collapse .navbar-inner {
        transform: translate(0px,0px);
        animation: slideLeft 0.3s;
        width: 300px;
    }
}

@media (max-width: 767.98px) {
    .header-main .navbar .right-icn-sc .icn-ul li + li {
        margin-left: 10px;
    }
}

@media (max-width: 1199.98px) and (min-width: 991.99px) {
    .header-main .navbar .navbar-brand {
        width: 100%;
        margin-bottom: 15px;
        justify-content: center;
    }

    .header-main .navbar .nav-item + .nav-item {
        margin-left: 2px;
    }
}

@media (max-width: 575.98px) {
    .header-main .navbar .navbar-brand img {
        max-width: 140px;
    }

    body.fav-popup-open header:before, body.last-play-popup-open header:before {
        content: '';
        top: 0;
        left: 0;
        position: fixed;
        background-color: #191c21;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
}

@keyframes slideLeft {
    from {
        transform: translate(-300px,0px);
    }
    to {
        transform: translate(0px,0px);
    }
}

.grd-main-box {
    background: var(--grd-gradient-bg);
    border-radius: 10px;
    box-shadow: var(--common-box-shadow);
    padding: 30px 20px 15px;
    position: relative;
}

.grd-main-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50px;
    width: calc(100% - 100px);
    height: 5px;
    border-radius: 0 0 10px 10px;
    background-color: var(--secondary-color);
    background: var(--common-gradient-color);
}

@media (max-width: 767.98px) {
    .grd-main-box {
        padding: 30px 10px 15px;
    }
}

.grd-title-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.grd-title-box .left-box {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.grd-title-box .left-box .img-sc {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 15px;
}

.grd-title-box .left-box .img-sc i {
    font-size: 20px;
}

.grd-title-box .left-box .img-sc svg {
    width: 100%;
}

.grd-title-box .left-box .img-sc img, .grd-title-box .left-box .img-sc i {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    font-size: 30px;
    color: #fdcc56;
}

.grd-title-box .small-btn {
    font-size: 12px;
    line-height: 14px;
    padding: 6px 14px;
}

.grd-title-box .title {
    flex-grow: 1;
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .grd-title-box {
        margin-bottom: 15px;
    }

    .grd-title-box .title {
        font-size: 16px;
    }

    .grd-title-box .left-box .img-sc {
        width: 25px;
        height: 25px;
        line-height: 30px;
        margin-right: 15px;
    }

    .grd-title-box .left-box .img-sc i {
        font-size: 25px;
    }
}

.grd-content-box .grd-row {
    display: grid;
    -moz-column-gap: 15px;
    column-gap: 15px;
    align-items: end;
}

.grd-content-box .grd-row .grd-col {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    margin-left: -7px;
    width: calc(100% + 14px);
}

.grd-content-box .grd-row .grd-col:hover {
    transform: translate(0px, -5px);
}

.grd-content-box .grd-row .grd-col:hover .card-img-wrapper {
    box-shadow: rgba(255, 255, 255, 0.82) 0 0 4px 4px;
}

.grd-content-box .card {
    background-color: transparent;
    border: 0;
    padding: 7px;
}

.grd-content-box .card .title {
    font-weight: 500;
    display: block;
    margin: 15px 0 20px;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 767.98px) {
    .grd-content-box .grd-row {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .grd-content-box .card .title {
        margin: 10px 0 5px;
    }
}

.grid-template-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-template-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-template-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid-template-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.grid-template-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.grid-template-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

@media (min-width: 1199.99px) {
    .grid-template-columns-xl-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-template-columns-xl-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-template-columns-xl-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .grid-template-columns-xl-5 {
        grid-template-columns: repeat(5, 1fr);
    }

    .grid-template-columns-xl-6 {
        grid-template-columns: repeat(6, 1fr);
    }

    .grid-template-columns-xl-8 {
        grid-template-columns: repeat(8, 1fr);
    }
}

@media (max-width: 1199.98px) and (min-width: 991.99px) {
    .grid-template-columns-lg-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-template-columns-lg-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-template-columns-lg-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .grid-template-columns-lg-5 {
        grid-template-columns: repeat(5, 1fr);
    }

    .grid-template-columns-lg-6 {
        grid-template-columns: repeat(6, 1fr);
    }

    .grid-template-columns-lg-8 {
        grid-template-columns: repeat(8, 1fr);
    }
}

@media (max-width: 991.98px) and (min-width: 767.99px) {
    .grid-template-columns-md-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-template-columns-md-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-template-columns-md-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .grid-template-columns-md-5 {
        grid-template-columns: repeat(5, 1fr);
    }

    .grid-template-columns-md-6 {
        grid-template-columns: repeat(6, 1fr);
    }

    .grid-template-columns-md-8 {
        grid-template-columns: repeat(8, 1fr);
    }
}

@media (max-width: 767.98px) and (min-width: 575.99px) {
    .grid-template-columns-sm-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-template-columns-sm-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-template-columns-sm-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .grid-template-columns-sm-5 {
        grid-template-columns: repeat(5, 1fr);
    }

    .grid-template-columns-sm-6 {
        grid-template-columns: repeat(6, 1fr);
    }

    .grid-template-columns-sm-8 {
        grid-template-columns: repeat(8, 1fr);
    }
}

@media (max-width: 575.98px) {
    .grid-template-columns-xs-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-template-columns-xs-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-template-columns-xs-4 {
        grid-template-columns: repeat(4, 1fr);
    }

    .grid-template-columns-xs-5 {
        grid-template-columns: repeat(5, 1fr);
    }

    .grid-template-columns-xs-6 {
        grid-template-columns: repeat(6, 1fr);
    }

    .grid-template-columns-xs-8 {
        grid-template-columns: repeat(8, 1fr);
    }
}

.category-section .grd-content-box .grd-row .grd-col {
    border-radius: 10px;
    margin-bottom: 15px;
    margin-left: 0;
    width: calc(100% + 0px);
}

@media (max-width: 767.98px) {
    .category-section .grd-content-box .grd-row .grd-col {
        margin-bottom: 10px;
    }
}

.category-card {
    border-radius: 12px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all 0.5s;
}

.category-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: 0;
    background-image: linear-gradient(110deg, #161b29, rgb(29 39 62) 100%);
    opacity: 0.7;
    transition: all 0.3s;
}

.category-card:hover::before {
    background-image: linear-gradient(110deg, rgb(29 39 62), #161b29 100%);
}

.category-card .category-cnt-sc {
    width: calc(100% - 30px);
    position: relative;
    z-index: 2;
}

.category-card .category-cnt-sc span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.category-card .category-img-sc {
    width: 35px;
    height: 35px;
    position: relative;
    z-index: 2;
    margin-left: auto;
}

.category-card .category-img-sc img, .category-card .category-img-sc i {
    width: 100%;
    height: 100%;
    color: #fdcc56;
    font-size: 30px;
}

.category-card .title {
    font-size: 14px;
    letter-spacing: 0.34px;
    font-weight: 600;
    line-height: 1.3;
}

@media (max-width: 767.98px) {
    .category-card {
        padding: 12px 10px;
    }

    .category-card .title {
        font-size: 12px;
        letter-spacing: 0;
    }
}

.footer {
    padding: 50px 0 30px;
    text-align: center;
    background-color: #000;
}

.footer .logo-sc {
    max-width: 250px;
    margin: auto;
}

.footer ul li {
    display: inline-block;
    padding: 0 15px;
}

.footer ul li a {
    color: var(--primary-color);
    opacity: 1;
}

.footer ul li a:hover {
    color: var(--secondary-color);
}

.footer ul.ft-menu-sc {
    padding: 30px 0;
}

.footer ul.ft-menu-sc li {
    font-size: 16px;
}

.footer .copyright-text {
    font-size: 14px;
    opacity: 0.8;
}

@media (max-width: 767.98px) {
    .footer {
        padding: 30px 0 20px;
    }

    .footer .logo-sc {
        max-width: 150px;
    }

    .footer .container {
        max-width: 100%;
    }

    .footer ul.ft-menu-sc {
        padding: 20px 0;
    }

    .footer ul.ft-menu-sc li {
        font-size: 14px;
        padding: 5px 10px;
    }

    .footer ul.copyright-menu-sc li {
        padding: 3px 10px;
        font-size: 12px;
    }

    .footer .copyright-text {
        font-size: 12px;
    }
}

.bd-link-sc li {
    display: inline-block;
    padding: 0 15px;
    font-size: 16px;
    position: relative;
}

.bd-link-sc li + li::before {
    content: '>';
    position: absolute;
    left: -5px;
    top: 0;
    font-family: cursive;
    font-size: 20px;
    line-height: 20px;
    opacity: 0.5;
}

.modal-content {
    background-color: var(--body-bg-color);
    border-radius: 5px;
    box-shadow: var(--common-box-shadow);
}

.modal-content .close {
    position: absolute;
    right: -10px;
    top: -10px;
    text-shadow: none;
    color: #fff;
    font-size: 30px;
    opacity: 1;
    font-family: 'FontAwesome';
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #858585;
    outline: none;
}

.modalSubscribe .img-sc {
    height: 270px;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 5px;
}

.modalSubscribe .img-sc img {
    width: 100%;
    height: 100%;
    display: block;
}

.modalSubscribe .title {
    font-size: 25px;
    line-height: 120%;
}

.modalSearch .modal-content {
    background-color: transparent;
    box-shadow: none;
    border: 0;
}

.modalSearch .ad-form-group {
    margin-bottom: 0;
}

.modalSearch .ad-form-group input {
    padding-right: 75px;
    background-color: #000;
}

.modalSearch .ad-form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    border: 0;
    width: 30px;
    font-size: 30px;
    background: transparent;
    color: #fff;
    cursor: pointer;
    outline: none;
}

.modalSearch .ad-form-group button.close {
    right: 40px;
    border-radius: 0;
    font-size: 35px;
}

.modalSearch .ad-form-group button.close:hover {
    color: var(--secondary-color);
}

.modalSearch .ad-form-group button svg {
    width: 18px;
}

.modalSearch .ad-form-group button svg path {
    fill: var(--primary-color);
    transition: all 0.3s;
}

.modalSearch .ad-form-group button:hover svg path {
    fill: var(--secondary-color);
}

.modalSearch .search-box {
    background-color: var(--body-bg-color);
    padding: 0 0 20px 0;
}

.modalSearch .search-box .search-btn-sc {
    padding-top: 15px;
    text-align: center;
}

.modalSearch .modal-dialog .modal-content {
    background-color: var(--body-bg-color);
}

.modalSearch .modal-dialog .modal-body {
    padding: 30px 10px;
}

@media (max-width: 767.98px) {
    .modal .modal-dialog {
        margin: 20px auto 15px;
    }

    .modalSearch .modal-dialog {
        height: calc(100% - 1rem);
    }

    .modalSearch .modal-dialog .search-box {
        padding: 0;
    }
}

@media (max-width: 575.98px) {
    .modal .modal-dialog {
        width: calc(100% - 30px);
    }
}

.homepage-footer-details-btn li a {
    padding: 5px 16px;
    margin-bottom: 10px;
    font-size: 16px;
    text-decoration: none;
}

.homepage-footer-details-btn li {
    margin-bottom: 10px;
}

.modalNotifications .modal-body {
    background-color: #161d31;
}

.new-gameframe-version {
    background: linear-gradient(0deg, #000000 0%, #052c62 0.01%, #060815 100%);
    border-radius: 0 0 10px 10px;
}

.aspect-1 {
    aspect-ratio: 16/9;
}

.aspect-2 {
    aspect-ratio: 1;
}

.card-img-wrapper img {
    width: 100%;
    height: 100%;
}


@media only screen and (max-width: 600px) {
    .banner-details {
        justify-content: space-around !important
    }
}

.banner-details {
    display: flex;
    justify-content: space-between;
    padding: 0 10px
}

.banner-details .banner-details-play-now {
    height: fit-content;
    margin-top: 12px;
    font-size: 12px;
    line-height: 20px;
    padding: 4px 10px
}

.banner-grd-col {
    border-radius: 3%;
    background: var(--grd-gradient-bg)
}

.grd-content-box .banner-details-grid {
    column-gap: 35px !important
}



.play-main-section {
    background: linear-gradient(110deg, #1e283f, rgba(20, 27, 46, .6) 100%);
    box-shadow: var(--common-box-shadow)
}

.btn-no-border {
    border: 1px solid #ffffff00 !important
}

.bd-link-sc li .info a {
    color: var(--secondary-color)
}

.play-main-section {
    border-radius: 10px
}

.play-main-section .play-up-section {
    position: relative;
    aspect-ratio: 4/2;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    display: flex;
}

.play-main-section .play-up-section iframe {
    width: calc(100% - 1px);
    height: 100%;
    display: block
}

.play-main-section .play-up-section .play-overlay-sc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 15px 35px 0;
    overflow: hidden
}

.play-main-section .play-up-section .play-overlay-sc span.bg-img {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    filter: blur(10px);
    z-index: 0
}

.bg-img {
    background: linear-gradient(1deg, #5c5c3d 0.01%, #2534a1 100%);
}

.play-main-section .play-up-section .play-overlay-sc::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 80%);
    z-index: 1
}

.play-main-section .play-up-section .play-overlay-sc .close {
    position: absolute;
    right: 10px;
    top: 10px
}

.play-main-section .play-up-section .play-overlay-sc .close svg {
    width: 20px
}

.play-main-section .play-up-section .play-overlay-sc .close svg path {
    fill: var(--primary-color)
}

.play-main-section .play-up-section .play-overlay-sc > * {
    position: relative;
    z-index: 2
}

.play-main-section .play-up-section .play-overlay-sc .btn i {
    margin-right: 5px
}

.play-main-section .play-up-section .play-overlay-sc .img-sc {
    width: 280px;
    border-radius: 10px;
    overflow: hidden
}

.play-main-section .play-up-section .play-overlay-sc .img-sc img {
    display: block;
    width: 100%;
    max-width: 280px;
    height: auto;
    aspect-ratio: 16/9;
}

.play-main-section .play-up-section .play-overlay-sc .title {
    line-height: normal;
    display: block;
    font-weight: 600;
    font-size: 20px;
    margin: 20px 0
}

.play-main-section .play-cnt-sc {
    padding: 20px;
    position: relative;
    display: block;
}

.play-main-section .play-cnt-sc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50px;
    width: calc(100% - 100px);
    height: 5px;
    border-radius: 0 0 10px 10px;
    background-color: var(--secondary-color);
    background: var(--common-gradient-color)
}

.play-main-section .play-cnt-sc .icn-sc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px
}

.play-main-section .play-cnt-sc .img-box {
    width: 40px;
    margin-right: 15px;
    border-radius: 10px;
    overflow: hidden
}

.play-main-section .play-cnt-sc .img-box .card-img-wrapper {
    border-radius: 0
}

.play-main-section .play-cnt-sc .media {
    align-items: center
}

.play-main-section .play-cnt-sc .title {
    font-size: 22px;
    line-height: normal;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.second-cnt-sc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.second-cnt-sc .title {
    width: calc(100% - 120px)
}

.bd-link-sc {
    margin-bottom: 20px
}

.bd-link-sc li:first-child {
    padding-left: 0
}

.sidebar-sc .grd-content-box .card .title {
    margin-bottom: 0
}

.sidebar-sc .category-section .grd-content-box .grd-row .grd-col {
    margin-bottom: 3px
}

.play-main-section.play-game-main .play-up-section .play-overlay-sc.ad-section .title {
    margin-top: 0
}

@media (max-width: 1600.98px) {
    .game-grd-list-sc .list .cnt-sc .title {
        margin: 0 0 6px
    }
}

@media (max-width: 1200.98px) {
    .play-main-section .play-cnt-sc .icn-sc .icn-link li {
        padding-left: 10px
    }

    .play-main-section .play-cnt-sc .icn-sc {
        column-gap: 10px
    }

    .play-main-section .play-cnt-sc .img-box {
        width: 30px;
        margin-right: 10px
    }

    .play-main-section .play-up-section .play-overlay-sc .title {
        font-size: 16px;
        margin: 15px 0
    }

    .grd-main-box .grd-content-box .card .title {
        margin-bottom: 15px
    }
}

@media (max-width: 991.98px) {
    .play-main-section .play-cnt-sc {
        padding: 15px
    }

    .play-main-section .play-cnt-sc .icn-sc {
        flex-direction: column
    }

    .play-main-section .play-cnt-sc .icn-sc .icn-link li:first-child {
        padding-left: 0
    }

    .play-main-section .play-up-section {
        aspect-ratio: 4/3
    }

    .bd-link-sc {
        margin-bottom: 15px
    }

    .play-main-section .play-cnt-sc .img-box {
        width: 50px
    }

    .play-main-section .play-cnt-sc .icn-sc .icn-link li {
        padding-left: 15px
    }

    .play-main-section .play-cnt-sc .icn-sc .icn-link li:first-child i {
        margin-left: 0
    }
}

.detail-desc {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    color: #f5f3f3;
}

@media screen and (min-width: 768px) {
    .detail-desc {
        -webkit-line-clamp: 2;
    }
}

.desc_btn {
    background: #20c171;
    padding: 5px 10px;
    border-radius: 5px;
    width: fit-content;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 1rem 0 0;
    line-height: 1;
}

.detail-info p, .detail-info li {
    font-size: 16px;
    color: #fbfbfb;
    margin-bottom: 15px;
    line-height: 1.3;
}

.light .detail-info p, .light .detail-info li, .light .detail-info h1, .light .detail-info h2, .light .detail-info h3, .light .detail-info h4, .light .detail-info h5, .light .detail-info h6 {
    color: #2a2a2a;
}

.detail-info li {
    list-style: disc;
}

.detail-info ul {
    padding-left: 30px;
    list-style: disc;
}

.detail-info h1, .detail-info h2, .detail-info h3, .detail-info h4, .detail-info h5, .detail-info h6 {
    color: #fbfbfb;
    margin: 10px 0;
    font-weight: bold;
    line-height: 1.3;
}

.detail-info h1 {
    font-size: 26px;
}

.detail-info h2 {
    font-size: 24px;
}

.detail-info h3 {
    font-size: 22px;
}

.detail-info h4 {
    font-size: 20px;
}

.detail-info h5, .detail-info h6 {
    font-size: 18px;
}

.detail-info a {
    color: #01cd00;
    text-decoration: underline;
}

.max-line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.3;
}

.line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.max-line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.max-line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.justify-center {
    justify-content: center;
}