@import url('https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700&family=Poppins:wght@300;500&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0;
    font-family: 'Passion One', cursive;
}

a:hover {
    text-decoration: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    margin-right: 10px;
    padding: 5px;
    color: #ffff;
    font-size: 1rem;
    padding: 5px 12px;
    font-weight: 500;
    border-bottom: 2px solid transparent;
}

.nav-link:hover {
    color: #fff;
    border-color: #fff;
}

li.active .nav-link {
    border-color: #fff;
}

.navbar .is {
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    padding: 6px 12px;
    cursor: pointer;
    outline: 0;
    border: 0;
    background: transparent;
}

.navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

.navbar-collapse {
    flex-grow: unset;
}

.navbar-light .navbar-nav .nav-link:hover {
    border: 1px solid #5eba00;
    background-color: #FFFFFF;
    color: #5eba00;
}

.nav-link.active {
    border: 1px solid #5eba00;
    background-color: #FFFFFF;
    color: #5eba00 !important;
}

#MobileCategory {
    margin: 10px 0;
}

#MobileCategory .cb {
    margin-bottom: 10px;
    background-color: #014589;
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 24%);
}

#MobileCategory .mb {
    width: 100%;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    display: block;
    color: black;
    text-align: center;
    box-shadow: 0 6px 12px 0 rgba(150, 150, 150, 0.24);
    font-weight: 500;
    font-size: 1rem;
}

.nav-link svg {
    margin-right: 5px;
}

.dropdown .nav-link {
    border: none;
    background: none;
    padding: 0;
}

.dropdown .nav-link:hover {
    border: none !important;
}

.dropdown-menu {
    min-width: initial;
}

.dropdown-item {
    padding: 0 10px;
}

svg {
    cursor: pointer;
}

.navbar {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 50%);
    padding: 5px;
    z-index: 9999;
    background-color: #0061c3;
    width: 100%;
    transition: top .5s linear;
}

.navbar-brand img {
    height: 40px;
}

body {
    background: #167be0;
    /*background-color: #f3f7f7;*/
    font-size: 1.2rem;
    line-height: 1.6;
    color: #fff;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    display: flex;
    flex-direction: column;
}

html {
    position: relative;
    min-height: 100%;
}

#SearchInput input {
    height: 34px;
    color: #093661;
    -webkit-text-fill-color: #4587c5;
    background: #f7fbfe;
    box-shadow: none;
    max-width: 170px;
    border-radius: 25px;
}

.main-button:hover {
    color: white;
    transform: translateY(-3px) scale(1.05);
}

.btn {
    border-radius: 25px;
    margin: 3px;
    padding: 3px 12px;
    color: white;
}

/* End categories-menu */

/* CarouselComponent */

#CarouselComponent {
    padding: 45px 0 45px;
}

#CarouselComponent h6 {
    color: black;
    margin-bottom: 10px;
}

/* End CarouselComponent */

/* featured */

#Featured {
    margin: 30px 0;
}

#MobileCategory svg {
    margin-bottom: 5px;
    height: 16px;
    width: 16px;
}

.col-md-5ths {
    width: 9%;
    padding: 0 8px;
    box-sizing: content-box;
    display: inline-block;
}

/* featured */

/* gamelist */

#GameList {
    margin: 20px 0;
}

.category-title {
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0;
}

#GameList .col-md-5cols h6 {
    color: #84cbf2;
}

.cb {
    display: flex;
    box-shadow: 0 6px 12px 0 rgba(150, 150, 150, 0.24);
    transition: all .6s ease;
    border-radius: 5px;
    margin-bottom: 20px;
}

.cb:hover {
    transform: scale(1.0425531915) translate3d(0, -4px, 0);
    transition-duration: .3s;
}

.cb img {
    height: 50px;
    width: 50px;
    border-radius: 5px;
    margin-right: 10px;
}

.cb span {
    font-weight: 300;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: #fff;
    padding-right: 5px;
    border-radius: 0 16px 16px 0;
}

#TextBox h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
}

#TextBox h3 {
    font-size: 20px;
}

#TextBox {
    margin: 30px 0;
}

.store img {
    height: 40px;
}

.card-header.category {
    text-transform: uppercase;
    height: 50px;
    box-shadow: 0 6px 6px 0 rgba(116, 147, 241, 0.4), inset 0 1px 3px 0 rgba(255, 210, 210, 0.23);
}

.card.category {
    border: #183484;
    margin: 20px 0;
    box-shadow: 0 6px 12px 0 rgba(173, 173, 173, 0.24);
}

#TextBox .card-content {
    background: #ffffff;
}

#Featured img {
    width: 100%;
    border-radius: 25px;
}

.gi h5 {
    font-weight: 500;
    white-space: nowrap;
    color: #004992;
    margin: 0;
}

.gi span {
    font-size: 13px;
    color: #7e91ab;
}

.gi .tt {
    overflow: hidden;
}

#TextBox .container {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    background-color: #ffffff;
    padding: 30px;
    color: #004992;
    border-radius: 18px;
}

#TextBox
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    font-weight: 400;
}


.fb-like {
    padding: 0 10px 10px 10px;
}

#SearchResult {
    position: absolute;
    top: 34px;
    left: 0;
    width: 100%;
    z-index: 1;
    background: white;
    max-height: 500px;
    color: #004992;
    font-weight: 500;
    overflow: hidden;
    overflow-y: visible;
    z-index: 9999;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.24);
    border-radius: 0 0 10px 10px
}

#MobileSearchResult {
    max-height: 400px;
    overflow: hidden;
    overflow-y: visible;
    background: white;
    color: #004992;
    font-weight: 500;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .24);
    border-radius: 0 0 5px 5px;
    width: 100%;
}

#SearchResult .cb img {
    height: 84px;
    width: 84px;
    border-radius: 15px 0 0 15px;
}

#SearchResult .cb {
    border-radius: 15px;
}

#SearchResult > .row {
    border: 1px solid #ced4da;
    padding: 10px 0;
}

#SearchResult::-webkit-scrollbar {
    display: none;
}

#SearchResult .gc2 span, #MobileSearchResult .gc2 span {
    color: #004992;
    font-size: 500;
}

footer {
    background-color: #004992;
    padding: 12px;
    margin-top: auto;
    width: 100%;
}

footer .icon {
    height: 40px;
}

.loading-icon {
       width: 24px;
    height: 24px;
    position: absolute;
    top: -6px;
    right: 6px;
    font-size: 5px; 
}

footer a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
}

footer a:hover {
    color: #fff;
}

footer .about {
    display: flex;
    justify-content: flex-end;
}

footer .fa {
    font-size: 30px;
}

/* footer */

/* game play */

.bottom-bar-game-frame img.game_image {
    margin: 12px 12px 12px 0;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .24);
}


.bottom-bar-game-frame .ic svg {
    color: #009cff;
    width: 26px;
    height: 26px;
}

.bottom-bar-game-frame .ic .button {
    padding: 7px;
    border-radius: 50%;
    position: absolute;
    color: white;
    right: 0;
    background: white;
    top: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .24);
    right: 20px;
    z-index: 1;
}

#PlayGame {
    margin: 30px 0;
}

.iframe-container {
    height: calc(100% - 64px);
}

.bottom-bar-game-frame {
    background: #fff;
    overflow: hidden;
    color: #004992;
    font-weight: 500;
}

.bottom-bar-game-frame .gi {
    display: flex;
    align-items: center;
}

.bottom-bar-game-frame i {
    cursor: pointer;
}

/* game play */

.pagination .page-link {
    background-color: #fff;
}

.page-item.disabled .page-link {
    background-color: #fff;
}

.page-link:hover {
    z-index: 1;
}

.main-button {
    width: 100%;
    font-weight: 500;
    padding: 10px 0;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #2ad264;
    background: #27d463;
    transition: all .3s linear;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

#FeaturedContainer {
    white-space: nowrap;
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden;
    overflow-x: visible;
    text-align: center;
    scrollbar-width: none;
}

#FeaturedContainer::-webkit-scrollbar {
    display: none;
}

#GamePlayButtonArea {
    height: calc(100% - 64px);
    position: relative;
    overflow: hidden;
}

.play-button-container {
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.game-info-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.game-info-container img {
    margin-bottom: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 6px 0 rgba(19, 18, 48, .56);
}

#CategoryList .BoxCategory {
    height: 60px;
    border-radius: 10px;
    box-shadow: 0 6px 12px 0 #898fa2, inset 0 4px 10px 0 rgba(69, 142, 236, 0.23);
    border: solid 3px #6086f3;
    background-color: #6788dc;
    padding: 0 3px;
    display: flex;
    align-items: center;
    color: white;
    margin-bottom: 10px;
}

#AdLeft {
    position: absolute;
    width: 180px;
    left: 0;
    top: 210px;
    overflow: hidden;
}

#AdRight {
    position: absolute;
    width: 180px;
    right: 0;
    top: 210px;
    overflow: hidden;
}

#AdLeft span, #AdRight span {
    font-size: 12px;
}

.stick#AdLeft, .stick#AdRight {
    top: 60px !important;
}

#categories-menu i {
    color: white;
}

#GameList .gc:hover {
    transform: scale(1.0425531915) translate3d(0, -4px, 0);
    transition-duration: .3s;
}

#GameList .gc {
    position: relative;
    display: block;
    margin-bottom: 30px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .24);
    border-radius: 25px;
}

#GameList .gc:after {
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent 25%, rgba(0, 0, 0, .3));
    z-index: 2;
    transition: all .3s ease;
    transition-property: opacity;
    transition-delay: .1s;
    border-radius: 25px;
}

#GameList .gc:hover:after {
    opacity: 1;
    box-shadow: 0 12px 12px 0 rgba(0, 0, 0, .2);
}

#GameList .gc:hover .gt {
    opacity: 1;
    transform: translateZ(0);
}

#GameList .gt {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 6px;
    color: #fff;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    z-index: 3;
    transition: all .3s ease;
    transition-property: transform, opacity;
    transition-delay: .1s;
    transform: translate3d(0, 8px, 0);
    opacity: 0;
    font-size: 14px;
    overflow: hidden;
}

#CarouselComponent .carousel-item {
    height: 100%;
}

#CarouselComponent .w-100 {
    position: absolute;
    top: -100%;
}

#game-container {
    /*box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .24);*/
    display: block;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

.gc2:hover img {
    transform: scale(1.0425531915) translate3d(0, -4px, 0);
    transition-duration: .3s;
}

.gc2 .hg {
    height: 38px;
    overflow: hidden;
}

.ac {
    height: 480px;
}

.sac {
    height: 380px;
    background: hsla(0, 0%, 100%, .5);
}

.ac2 {
    height: 240px;
    background: hsla(0, 0%, 100%, .5);
}

.gc2:hover {
    text-decoration: none;
}

.gc2 span {
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gc2 {
    display: block;
    margin-bottom: 12px;
    text-align: center;
}

.gc2 img {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .24);
    margin-bottom: 5px;
    width: 100%;
    border-radius: 25px;
    object-fit: cover;
}

#GamePopular .gc2 img {
    height: 250px;
}

.search-nav {
    position: relative;
}

.playgame-button {
    width: 100%;
    margin-top: 20px;
}

#CategoriesMenu {
    padding: 0 20px;
    background: #014589;
    box-shadow: 1px 4px 7px 3px #0000002e;
    z-index: 0;
    margin-top:60px;
}

#CategoriesMenu .category-menu-container {
    display: flex;
    max-width: 100%;
    padding: 0 8px;
    position: relative;
}

#CategoriesMenu .scrollable-div {
    white-space: nowrap;
    display: flex;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

#CategoriesMenu .button-container {
    width: 10%;
    box-shadow: 0 6px 12px 0 rgba(150, 150, 150, 0.24);
    background: white;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 20px 0 20px 15px;
    background-color: #FFFFFF !important;
    color: #7f7f7f;
    font-weight: 500;
    border-radius: 10px;
    font-size: 1rem;
    border: 1px solid white;
}

#CategoriesMenu .button-container:hover {
    color: #5eba00;
    border: 1px solid #5eba00;
}

#CategoriesMenu .button-container svg {
    margin: 5px;
}

.scm {
    overflow: hidden;
    padding: 17px 0 10px 0px;
}

.cm-nav button {
    border-radius: 5px;
    background: #303030;
    color: #fff;
    outline: 0;
    border: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.20);
    transform: translateY(-50%);
    z-index: 2;
    padding: 4px 8px;

}

.cm-nav button.owl-prev, .cm-nav button.owl-next {
    position: absolute;
    left: -5px;
    top: 50%;
}

.cm-nav button.owl-next {
    right: -5px;
    left: unset;
}

.section-title {
    width: 100%;
    color: #fff;
}


/*********************
override
*********************/

.cm .cb:hover {
    transform: none;
}

.cm .cb {
    margin: 0;
    box-shadow: 0 6px 12px 0 rgba(95, 95, 95, 0.24);
}

.cm {
    margin: 0 5px;
}

.cm:hover .cb {
    background: #0855a2;
}

.cm .cb img {
    width: 50px;
    height: 50px;
}

.search-form {
    width: 400px;
    position: relative;
}

.search-form .si {
    height: 36px;
    background-color: #27d463;
    color: #fff;
    border: 0;
    font-weight: 300;
}

.search-form .form-control:focus {
    background-color: #377111;
    color: #fff;
    border: 0;
    box-shadow: unset;
}

.search-form .form-control::placeholder {
    color: #ffffffde
}

.search-form .form-control:focus::placeholder {
    color: transparent;
}

.search-form svg {
    cursor: initial;
}

.navbar-collapse .is {
    right: 10px;
}

@media (min-width: 768px) {
    .col-md-5cols {
        max-width: 20%;
        text-align: center;
        padding: 8px;
    }

    .bottom-bar-game-frame {
        height: 64px;
    }

    #categories-menu .list2 {
        position: absolute;
        top: 40px;
        left: 0;
    }

    #CarouselComponent .carousel-inner {
        border-radius: 20px;
        height: 420px;
    }

    #CategoriesMenu {
        display: flex !important;
    }
}

@media (min-width: 1680px) {
    #AdRight,
    #AdLeft {
        width: 260px;
    }

    #AdRight .ads,
    #AdLeft .ads {
        height: 600px;
        background: #eeeeee14;
    }

    #AdLeft {
        left: 24px;
    }

    #AdRight {
        right: 24px;
    }
}

@media (min-width: 1200px) {
    .nav-link,
    #CategoriesMenu .button-container {
        text-transform: uppercase;
    }

    .fb-like {
        text-align: end;
    }
}

@media only screen and (max-width: 1510px) {
    #AdRight,
    #AdLeft {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .col-md-5cols {
        margin-bottom: 10px;
    }

    .nav-item .btn {
        text-transform: none;
    }

    .gap-10-mobile {
        padding: 10px 0;
    }

    .margin-bottom-10-mobile {
        margin-bottom: 10px
    }

    #categories-menu .list {
        overflow-y: hidden;
    }

    .iframe-container {
        height: 100%;
    }

    #PlayGame {
        margin: 0 0 15px 0;
    }

    #PlayGame .game-image {
        max-height: 240px;
        overflow: hidden;
    }

    #ExitButtonFullScreen {
        padding: 8px 0;
        background: white;
        border-radius: 0px 10px 10px 0px;
        width: 55px;
        position: fixed;
        top: 30px;
        z-index: 999;
        left: 0;
        display: flex;
        cursor: pointer;
        color: red;
    }

    #ExitButtonFullScreen img {
        width: 20px;
        margin-left: 5px;
    }

    #ExitButtonFullScreen i {
        margin: 6px 0;
        color: #f99090;
    }

    .bottom-bar-game-frame {
        height: auto;
    }

    #EmbedMobileGame #game-elements {
        position: fixed;
        z-index: 99;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

    .f2 {
        display: block;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .f1 {
        font-size: 16px;
        order: 2;
    }


    .col-md-5ths {
        width: 18%;
    }

    .navbar .is {
        top: 50%;
        transform: translateY(-50%);
    }

    .navbar-nav {
        display: block;
    }

    .search-form {
        width: 100%;
    }

    .cb span {
        font-size: 14px;
    }

    footer a {
        padding: 5px;
    }

    #TextBox .card-content {
        padding: 0;
    }

    #CarouselComponent {
        padding: 0 0 20px 0;
    }

    #CarouselComponent .carousel-inner {
        height: 150px;
    }

    #CarouselComponent .w-100 {
        top: -80%;
    }

    .navbar-collapse {
        margin-top: 10px;
    }

    .nav-link.active,
    .nav-link {
        border: none;
        background: none;
    }

    .navbar {
        padding: 5px;
    }

    .sac {
        height: 220px;
    }

    .ac {
        height: 240px;
    }

    .ac2 {
        height: 120px;
    }

    .dropdown .nav-link {
        padding: 5px 20px;
    }

    .dropdown img {
        width: 30px;
        height: 30px;
    }
}

#button-gotop {
    background: #27d463;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-size: 32px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

#button-gotop.show {
    opacity: 1;
    visibility: visible;
}

.button_bottom button {
    outline: 0px;
    border: 0;
    margin-left: 15px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #26a69a;
    transition: background-color .3s;
}

.button_bottom button i {
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.cat-link {
    background-color: #167be0;
    padding: 4px 8px;
    border-radius: 10px;
    margin-right: 14px;
    margin-bottom: 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 19%);
    transition: all .4s ease-out;
}

.game-category-list a.cat-link {
    color: #fff;
    float: left;
    overflow: hidden;
}

a.cat-link:hover {
    color: #ffe000;

}

.sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #014589;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.sweep-to-right:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.new-games-btn {
    display: block;
    padding: 13px 20px;
    max-width: 200px;
    color: #004992;
    background: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    margin: 28px auto;
    border-radius: 26px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 19%);
}

.arrow-more-game {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.arrow-more-game i {
    visibility: hidden;
    opacity: 0
}

.arrow-more-game:hover i {
    visibility: visible;
    opacity: 1;
    animation: animate 2s infinite;
}

.arrow-more-game i:nth-child(2) {
    animation-delay: -.2s
}

.arrow-more-game i:nth-child(3) {
    animation-delay: -.4s
}

.arrow-more-game i {
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: translate(-20px, 0)
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate(20px, 0)
    }
}

.new-games-btn:hover {
    transform: scale(1.15);
    color: #fff;
    background: #004992;
}

.game-iframe {
    margin-bottom: -8px;
}

.ads_right {
    margin-left: 12px;
    margin-bottom: 12px;
    float: right;
}

.ads_right span {
    font-size: 12px
}

.ads_des {
    width: 300px;
    min-height: 250px;
    background: #eeeeee3d;
}

@media (max-width: 992px) {
    .ads_right {
        width: 100%;
    }

    .ads_des {
        width: 100%;
    }
}

@media (max-width: 768px) {

    .ads_des {
        width: 100%;
    }
}

#game_hot {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.game-item-hot {
    margin-right: 12px;
}

.owl-stage-outer::before {
    left: -8px;
    background: linear-gradient(90deg, #131111 30%, #0C99D500 100%);
}

.main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
    font-size: 48px;
}

.main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: 0 0 !important;
    border: none !important;
    z-index: 1;
    opacity: .85;
    border: 1px solid #111;
    color: #fff;
    height: 100%;
}

.main-content .owl-theme .custom-nav .owl-prev:focus, .main-content .owl-theme .custom-nav .owl-next:focus {
    border: 0 !important;
    outline: 0 !important;
}

.main-content .owl-theme .custom-nav .owl-prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.main-content .owl-theme .custom-nav .owl-next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#game_hot .owl-stage-outer::after, #game_hot .owl-stage-outer::before {
    content: "";
    top: 0;
    right: -8px;
    background: linear-gradient(270deg, #167be0 25%, #0C99D500 100%);
    max-width: 65px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}

#game_hot .owl-stage-outer::before {
    left: -8px;
    background: linear-gradient(90deg, #167be0 30%, #0C99D500 100%);
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    left: 20px;
    top: 50%;
    background-color: #27b0f1 !important;
    display: block;
    padding: 0 .3em !important;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    right: -23px;
    top: 50%;
    background-color: #27b0f1 !important;
    display: block;
    padding: 0 .3em !important;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
}

#game_hot .owl-stage {
    padding: 12px 0;
}

@media screen and (min-width: 769px), print {
    .pagination.is-centered .pagination-list {
        justify-content: center;
        order: 2;
    }
}


ul.pagination-list {
    list-style: none;
}

@media screen and (min-width: 769px), print {
    .pagination-list {
        flex-grow: 1;
        flex-shrink: 1;
        justify-content: flex-start;
        order: 1;
    }
}

.pagination-list {
    flex-wrap: wrap;
}

.pagination, .pagination-list {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
}

.pagination.is-rounded .pagination-link {
    border-radius: 290486px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 19%);
}


.pagination-link.is-current {
    background-color: #51C2CE;
    border: none;
}

.pagination-link {
    color: #fff;
    border: none;
}

.pagination-link, .pagination-next, .pagination-previous {
    background: #fff;
    color: #004992;
    min-width: 2.5em;
    font-size: 14px;
    font-weight: 500;
}

.pagination-link.is-current {
    background: #004992 !important;
    color: #FFF;
}

.pagination-ellipsis, .pagination-link, .pagination-next, .pagination-previous {

    justify-content: center;
    margin: 0.25rem;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    height: 2.5em;
    display: inline-flex;
}

.min-h-100 {
    min-height: 100vh;
}

.section-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    position: relative;
    padding: 0 12px;
    margin-top: 24px;
}

.section-title h1, .section-title h2 {
    padding-left: 50px;
}

.g-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #004992;
    position: absolute;
    left: 10px;
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 24%)
}

.g-icon i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}


.colorfulBand {
    display: flex;
    flex-direction: row;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.purple {
    background-color: #9c27b0 !important;
}

.colorfulBand > div.purple {
    width: 11%;
    background: #FFC107;
}

.colorfulBand > div {
    height: 8px;
}

.colorfulBand > div.lightBlue {
    width: 18%;
    background: #56AD1E;
}

.orange {
    background-color: #ff9800 !important;
}

.colorfulBand > div.orange {
    width: 31%;
    background: #FF7800;
}

.yellow {
    background-color: #ffeb3b !important;
}

.colorfulBand > div.yellow {
    width: 15%;
    background: #167BE0;
}

.colorfulBand > div.darkPurple {
    width: 13%;
    background: #6b1e5b;
}

.green {
    background-color: #4CAF50 !important;
}

.colorfulBand > div.green {
    width: 12%;
    background: #45b794;
}

#CategoriesMenu {
    background: #014589;
    box-shadow: 1px 4px 7px 3px #0000002e;
}

#cmc .cb:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #656b71;
    right: 0;
    top: 0;
}

.Breadcrumb {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.17px;
    color: #525760;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
    padding: 12px;
    margin-bottom: 0;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.Breadcrumb .breadcrumb {
    background-color: transparent;
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .83px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

.Breadcrumb .breadcrumb {
    padding-top: 0;
    margin-bottom: 0;
}

.Breadcrumb .breadcrumb a {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #fff;
    content: "/";
}

.Breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
    content: "/";
}

.draw-border-left-right:after {
    display: block;
    content: '';
    border-bottom: solid 2px #fff;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    transform-origin: 0% 50%;
}

.draw-border-left-right:hover:after {
    transform: scaleX(1);
}

.view-more {
    padding: 6px 12px;
    background-color: #167be0;
    border-radius: 5px;
    display: block;
    text-align: center;
    margin: 12px auto 0 auto;
    color: #fff;
    transition: all .3s ease-in-out;
}

.view-more:hover {
    color: #fff;
    transform: translateY(-3px);
}

#TextBox .description h1, #TextBox .description h2, #TextBox .description h3, #TextBox .description h4, #TextBox .description h5 {
    color: #004992;
	text-transform:uppercase;
}
 
 #TextBox .description h2,#TextBox .description h3, #TextBox .description h4, #TextBox .description h5 {
 
	 font-size: 28px;
	 text-transform:uppercase;
 }
#TextBox .description p {
    margin-bottom: 10px;
}

#TextBox .description a {
    font-weight: 500;
}

.navbar-toggler i {
    color: #fff;
    font-size: 24px;
}

.navbar-toggler:focus {
    border: 0;
    outline: 0
}

.stick {
    position: fixed !important;
    top: 0 !important;
}
.description{
    word-break: break-word;
}
.page-content{
    background: #fff;
    color: #014589;
    padding: 24px;
    border-radius: 12px;
}
.pulse {
    overflow: visible;
    position: relative;
}

.pulse::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: 0;
}

@-webkit-keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

