﻿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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    box-sizing: border-box;
}
button,
textarea,
select,
input {
    font-family: Azo;
    outline: none;
}

@font-face {
    font-family: 'Ooredoo';
    src: url('Fonts/Ooredoo-Heavy.eot');
    src: url('Fonts/Ooredoo-Heavy.eot?#iefix') format('embedded-opentype'), 
        url('Fonts/Ooredoo-Heavy.woff2') format('woff2'), 
        url('Fonts/Ooredoo-Heavy.woff') format('woff'), 
        url('Fonts/Ooredoo-Heavy.ttf') format('truetype'), 
        url('Fonts/Ooredoo-Heavy.svg#Ooredoo-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Azo';
    src: url('Fonts/AzoSans-Regular.eot');
    src: local('☺'), url('Fonts/AzoSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
:root {
    --main-color: #00457d;
    --second-color: #00aeef;
}
img{
    max-width:100%;
    display:inline-block;
}
span,
a{
    display:inline-block;
    text-decoration:none;
}
.flex{
    display:flex;
}
.full-width{
    width:100%;
}
body {
    /*background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(205,234,255,1) 100%);*/
    color: var(--second-color);
    font-family: Ooredoo;
    font-size: 14px;
    padding: 0
}
h1{
    position:absolute;
    top:0;
    left:0;
    width:0px;
    height:0px;
    overflow:hidden;
}
.container{
    max-width:640px;
    width:100%;
    margin:0 auto;
    position:relative;
}
header {
    background-image: url('Images/head-bubble.jpg');
    background-color: #d3e4f2;
    background-repeat: no-repeat;
    background-position: center 0px;
    box-shadow: 0px 2px 4px #838383;
    background-size: contain;
    position:sticky;
    top: 0;
    left: 0;
    z-index: 2;
    width:100%;
}
header .flex {
    justify-content: center;
    align-items:center;
    height: 70px;
}
header .logo img{
    width:210px;
    margin-top:5px;
}
header .burgerBar{
    margin-right:auto;
    margin-left:15px;
    line-height:0;
}
.burgerBarClick {
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: relative;
}
header .burgerBar span {
    position: relative;
    display: inline-block;
    top:12px;
    height: 4px;
    width: 100%;
    background-color: var(--main-color);
    border-radius: 20px;
}
header .burgerBar span:before{
    height:4px;
    width: 100%;
    background-color:var(--main-color);
    border-radius:20px;
    top:-8px;
    content:'';
    position:absolute;
}
header .burgerBar span:after{
    height:4px;
    width: 100%;
    background-color:var(--main-color);
    border-radius:20px;
    top:8px;
    content:'';
    position:absolute;
}
header .languageBar {
    margin-left: auto;
    margin-right: 15px;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    color: var(--main-color);
}
#overlay {
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}
.sideNav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    height: 100%;
    width: 0px; 
    background-image: url(Images/bg-sideNav.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all ease-in .2s;
}
.sideNav .backBtn{
    width:30px;
    cursor:pointer;
}
.sideNav ul{
    margin-top:20px;
}
.sideNav ul li{
    border:2px solid var(--main-color);
    border-radius:6px;
    margin:8px 0;
    font-size:16px;
    padding:10px 15px;
}
.sideNav ul li span{
    display:block;
    margin-top:6px;
    color:var(--main-color);
}
.sideNav ul li a{
    color:var(--second-color);
    display:block;
}
.sideNav ul li a:hover{
    color:var(--main-color);
}
.sideNav .inside{
    width:90%;
    margin:15px auto;
}
.mainWrap {
    padding: 20px 15px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(205,234,255,1) 100%);
}
.popular-game {
    margin-top: 20px;
}
.popular-game h3 {
    color: #f7941d;
    font-size: 18px;
    padding:0 10px;
}
.popular-list {
    margin-top: 15px;
}
.popular-list a {
    margin-bottom: 10px;
}
.popular-list img {
    border-radius: 6px;
    box-shadow: 0px 2px 4px #838383;
}
.lang-option {
    position: relative;
    padding-right: 13px;
    font-size: 20px;
    color: var(--main-color);
}
.lang-option:after {
    content: '';
    width: 8px;
    height: 15px;
    position: absolute;
    right: 0px;
    top: 4px;
    background-image: url('Images/arr-down.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.lang-list {
    position: absolute;
    top: 45px;
    right: 0;
    z-index: 20;
    max-height: 0;
    overflow: hidden;
    border-radius: 7px;
    transition: all ease-in .1s;
}
.lang-list.show {
    max-height: 200px;
    border: 1px solid #8f8f8f;
    border: 1px solid #5b5b5b;
}
.lang-list li {
    text-align: center;
    padding: 7px 20px;
    background-image: url(Images/head-bubble.jpg);
    background-color: #d3e4f2;
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: 130%;
    box-shadow: 0px -1px 10px #000;
}
li.select-lang {
    color: var(--second-color);
}
.home-control {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(Images/shading.png) repeat-x top center ;
}
.home-control .swipe-control {
    text-align: center;
    color: var(--main-color);
	margin-bottom:35px;
	position:relative;
    text-shadow:0px 0px 3px #fff;
}
.home-control .swipe-control img {
    width:30px;
	margin-bottom:15px;
	position:absolute;
	left:50%;
	top:-56px;
	transform: translate(-50%);
	animation: arrUP 1s infinite;
}
.home-control .swipe-control img:nth-child(2) {
    top: -46px;
    animation-delay: -0.1s;
}

.home-control .swipe-control img:nth-child(3) {
    top: -36px;
    animation-delay: -0.2s;
}

@keyframes arrUP {
    0% {
        opacity: 0;
        /* transform: translate(0px,10px); */
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        /* transform: translate(0px,-10px); */
    }
}
.home-control .swipe-control strong {
    display: block;
    margin-top: 6px;
    letter-spacing: 1px;
    text-shadow: 1px 2px #fff;
}
.main-control {
    display: flex;
    padding: 0 15px 15px 15px;
    align-items: center;
    justify-content:center;
}
.main-control img {
    max-width: 100%;
}
.big-img {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.btn-play_control{
    padding:0 15px;
}
.btn-play_control img{
    width:202px;
}
.like-control img,
.sound-control img{
    width: 50px;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6);
}

/* Modal Content */
.modal-content {
    width: 92%;
    text-align: center;
    height: 70%;
    margin: 0 auto;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #f00;
    text-decoration: none;
    cursor: pointer;
}

#registerModal.modal {
    padding: 0;
}

.share-wrap {
    position: relative;
    text-align: center;
    padding: 0 15px;
}

.bg-share {
    width: 100%;
}

.btn-share {
    background: #fff;
    width: 90%;
    padding-top: 12px;
    padding-bottom: 5px;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    margin-left: -45%;
    bottom: 10px;
}

.btn-share a {
    display: inline-block;
    margin: 0 8px;
}

.btn-share a img {
    width: 142px;
}

.credit-text {
    position: absolute;
    top: 220px;
    left: 55px;
    font-weight: 700;
    width: 70%;
    line-height: 20px;
}

.credit-text .credir-value {
    color: #662D91;
}

.credit-text .unsub-text {
    color: #f00;
}

.other-wrap {
    text-align: center;
    margin-top: 30px;
}

.other-wrap h2 {
    color: #f7941d;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.other-wrap .img-pro {
    max-width: 100%;
    margin-bottom: 10px;
}

.other-page {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 24px;
    padding-top: 15px;
    border-bottom: 1px solid #717171;
}

.other-page span {
    color: #f7941d;
}
.bgReg {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.closePopup {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
}

.register-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.register-wrap .logoPopup {
    position: absolute;
    top: 40px;
    left: 50%;
    width: 50%;
    transform: translate(-50%);
}

.register-content {
    border: 3px solid #858585;
    border-radius: 14px;
    width: 90%;
    padding: 15px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    background: rgb(4 4 4 / 60%);
}

.register-content span {
    color: #fbad18;
}

.register-content .btn-register {
    max-width: 80%;
}

.register-content .reg-btn {
    margin-top: 15px;
}

.register-content .reg-btn input {
    text-align: center;
    width: 77%;
    font-size: 14px;
    border-radius: 22px;
    color: #333;
    padding: 12px 0;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

.regpopCartoon {
    width: 70%;
}
.descMode,
#desc {
    height: 100%;
    width: 100%;
}

.descMode {
    background-image: url(Images/desktop-C.jpg);
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
    overflow-y: auto;
    height: 100%;
    align-items: end;
    display: flex;
}

.wrapper {
    display: flex;
    width: 1100px;
    margin: 0 auto;
}

.wrapper img {
    max-width: 100%;
    display: block;
}

.wrapper .side-left {
    align-items: center;
    display: flex;
    max-width: 41.667%;
}
.wrapper .side-right{
    max-width: 50%;
}

#landscape {
    display: none;
}
.banner-join a {
    display: inline-block;
}

.banner-join a img {
    border-radius: 10px;
}

h2.title-page {
    color: var(--main-color);
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom:2px solid #707070;
}

.myAccount-wrap .exit-link {
    color: #fff;
}

.account-card {
    margin-top: 15px;
    margin-bottom: 30px;
}

.account-card strong {
    color: var(--main-color);
    display: block;
    margin-top: 10px;
}

.account-card strong span {
    font-weight: 400;
    font-size: 10px;
    font-style: italic;
}

.account-card:nth-child(2) {
    margin-top: 30px;
}

.account-card:nth-child(5) {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #707070;
}

.account-card img {
    display: inline;
    width: 95px;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 12px;
    box-shadow: 0px 1px 5px #000;
}

.gameList-wrap {
    position: relative;
}

.gameList-wrap_search {
    position: relative;
}
.search-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

.search-wrap button {
    background: transparent;
    border: 0;
    margin: 4px -2px 0px;
    float: right;
    z-index: 1;
    position: relative;
}

.search-wrap button img {
    width: 22px;
}

.search-wrap input {
    width: 0%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 4px;
    padding: 8px 0px;
    background: #74c0ff;
    font-family:Ooredoo;
    border: 0;
    color: #707070;
    transition: all ease-in .2s;
}

.search-wrap input.show {
    width: 100%;
    padding-left: 10px;
}


.sort-btn::-webkit-scrollbar {
    width: 1px;
}

.sort-btn .inside {
    display: flex;
    min-width: fit-content;
}

.card-sort {
    background-image: url(Images/bg-sort_circle_act.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 100%;
    height: 53px;
    position: relative;
    cursor: pointer;
    outline: none;
    margin-bottom: 18px;
}

.card-sort div {
    position: absolute;
    /* z-index: 2; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #fff;
}

.card-sort span {
    color: var(--main-color);
    position: absolute;
    bottom: -14px;
    left: 50%;
    letter-spacing: 1px;
    font-size: 8px;
    text-transform: uppercase;
    transform: translate(-50%);
}

.owl-carousel .owl-item .card-sort div img {
    width: 20px;
}

.card-sort.select {
    background-image: url(Images/bg-sort_circle.png);
}
.card-sort.select img {
    animation: 1s infinite anim linear;
    filter: brightness(0) invert(1)
}
.optionSwipe {
    position: absolute;
    top: 20px;
    z-index: 1;
    width: 80%;
    text-align: center;
    font-family: oredo;
    color: #fff;
    letter-spacing: 1px;
    font-size: 10px;
    left: 50%;
    transform: translate(-50%);
}

.optionSwipe:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 24px;
    left: 0;
    top: -7px;
    background: url(Images/arrow-left.png);
    background-size: 100%;
}

.optionSwipe:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 24px;
    right: 0;
    top: -8px;
    background: url(Images/arrow-left.png);
    background-size: 100%;
    transform: rotate(180deg);
}

#gameBanner_slider_wrap {
    position: relative;
}

#loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #1c1c1c;
    background-image: url(Images/loading.gif);
    background-repeat: no-repeat;
    background-size: 10%;
    background-position: center;
}

.owl-prev {
    animation: animNext 2s infinite ease-in;
    right: 140px;
}

.owl-next {
    animation: animPrev 2s infinite ease-in;
    left: 140px;
}

.owl-prev span,
.owl-next span {
    position: relative;
}

.owl-next span:before,
.owl-next span:after,
.owl-next span,
.owl-prev span:before,
.owl-prev span:after,
.owl-prev span {
    animation: animate 2s infinite;
}

.owl-prev span:before {
    content: '‹';
    color: #fff;
    font-size: 40px;
    font-family:Azo;
    position: absolute;
    right: 8px;
    animation-delay: 0.3s;
}

.owl-prev span:after {
    content: '‹';
    color: #fff;
    font-size: 40px;
    font-family:Azo;
    position: absolute;
    right: 16px;
    animation-delay: 0.6s;
}

.owl-next span:before {
    content: '›';
    color: #fff;
    font-size: 40px;
    font-family:Azo;
    position: absolute;
    left: 8px;
    animation-delay: 0.3s;
}

.owl-next span:after {
    content: '›';
    color: #fff;
    font-size: 40px;
    font-family:Azo;
    position: absolute;
    left: 16px;
    animation-delay: 0.6s;
}

@keyframes animate {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.slick-dots {
    bottom: unset;
    top: 22px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slick-dots li {
    margin: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    color: #fff;
    font-size: 40px;
    position: relative;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

#gameBanner_slider .owl-dots {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%);
}

#gameBanner_slider.owl-theme .owl-nav {
    position: absolute;
    top: 0;
    margin: 0;
    width: 100%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #FF9122;
    border: 2px solid #fff;
}

.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    border: 2px solid #1e191d;
}

.owl-theme .owl-nav .disabled {
    visibility: hidden;
}

/*.offside {
    margin-left: -15px;
    margin-right: -15px;
}
*/
.leaderboard-wrap .title-page {
    text-align: center;
}

.leader-card {
    display: flex;
    margin-top: 40px;
}

.leader-card .leader-card_col {
    text-align: center;
    background: #373737;
    position: relative;
    font-family: oredo;
    padding: 15px 0;
    position: relative;
    border-radius: 2px;
    box-shadow: 0px 0px 7px #232323;
}

.leader-card_col._no1 {
    border-top: 3px solid #fbe013;
    box-shadow: 0px 0px 9px #232323;
    z-index: 2;
    animation: leadBoard infinite 2s;
}

@keyframes leadBoard {
    0% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1.1);
    }
}

.leader-card_col._no2 {
    border-top: 3px solid #fff;
}

.leader-card_col._no3 {
    border-top: 3px solid #733633;
}

.lead-img img {
    width: 70px;
    border-radius: 50%;
}

.leader-card_col .lead-name {
    color: #f7941d;
    font-weight: 700;
    margin: 10px 0;
}

.leader-card_col .lead-point {
    color: #fff;
    font-weight: 700;
}

.leader-card_col .crown {
    width: 30px;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translate(-50%);
}

.leader-list {
    margin-top: 30px;
}

.leader-list_card {
    background: #272727;
    display: flex;
    padding: 10px 15px;
    margin-bottom: 2px;
    align-items: center;
    color: #fff;
    border-radius: 2px;
}

.leader-list_card .image img {
    border-radius: 50%;
    width: 55px;
}

.leader-list_card .numb {
    width: 25px;
    /* text-align:center; */
}

.leader-list_card .name {
    margin-left: 15px;
    font-weight: 700;
    color: #f7941d;
}

.leader-list_card .point {
    margin-left: auto;
}

.leader-card_col._no2:before {
    content: '2';
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translate(-50%);
    font-family: oredo;
    color: #000;
    background: #fff;
    width: 20px;
    height: 15px;
    font-size: 12px;
    padding-top: 1px;
    border-radius: 2px;
}

.leader-card_col._no3:after {
    content: '3';
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translate(-50%);
    font-family: oredo;
    color: #000;
    background: #733633;
    width: 20px;
    height: 15px;
    font-size: 12px;
    padding-top: 1px;
    border-radius: 2px;
}

.loginWrap {
    background-image: url(./images/bg-login.jpg);
    background-position: center;
    background-size: 100%;
    position: relative;
    width: 100%;
    height: 100%;
}


@keyframes anim {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.3)
    }

    100% {
        transform: scale(1)
    }
}

.game-list_wrap {
    display: grid;
    grid-template-columns: auto auto auto;
    margin: 20px -10px 0;
}

.game-list_col {
    margin: 0 8px 8px;
}

.game-list_col a {
    display: inline-block;
}

.game-list_col img {
    border-radius: 10px;
    max-width: 100%;
    box-shadow:0 0 2px #5a5a5a;
}

.list-card {
    margin-bottom: 20px;
    padding: 0 10px;
}

.list-card .inside {
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
}

.list-card a {
    display: block;
}

.list-card a.img-thumb img {
    width: 100%;
}

.list-card a.title-thumb {
    color: #fff;
    margin-top: 15px;
    line-height: 16px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    white-space: pre-wrap;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.list-card a.title-thumb:hover {
    color: #f7941d;
}

.search-page {
    margin-top: 20px;
    padding: 0 15px;
    box-sizing: border-box;
}

.search-form {
    position: relative;
    margin-top: 30px;
}

.search-form input[type="text"] {
    width: 100%;
    color: #707070;
    box-sizing: border-box;
    background: #363636;
    font-size: 14px;
    font-family: azo;
    padding: 7px 15px 7px 35px;
    border-radius: 20px;
    border: 1px solid #707070;
    box-shadow: 1px 2px 0px #000;
}

.search-form button {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 8px;
    left: 10px;
    cursor: pointer;
}

.search-form button img {
    width: 16px;
}

.search-result {
    margin-top: 25px;
    color: #707070;
    line-height: 22px;
}

.search-result h3 {
    font-weight: 600;
    font-size: 16px;
}

.search-result h4 {
    font-weight: 600;
}

.search-result_content {
    display: flex;
    margin-top: 15px;
    margin-bottom: 25px;
}

.search-result_content .list-srch {
    padding-left: 5px;
    padding-right: 5px;
}

.search-result_content a {
    display: inline-block;
}

.search-result_content a img {
    border-radius: 12px;
    box-shadow: 0px 1px 5px #000;
}

.search-result .back-btn {
    display: inline-block;
}

.search-result .back-btn img {
    width: 100px;
}

.gameBanner_control h2 {
    font-size: 18px;
    color: var(--main-color);
    text-align: center;
}

.gameBanner_slider img {
    width: 100%;
}

.gameDetail_wrap {
    position: relative;
    background: rgb(205,234,255);
    overflow:hidden;
    background: linear-gradient(0deg, rgba(205,234,255,1) 10%, rgba(255,255,255,1) 100%);
}

.btn-control {
    /*background-image: url(./images/bg-game_play.png);*/
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -40px;
    z-index: 2;
    position: relative;
}

.btn-control_play {
    text-align: center;
    margin-bottom: 20px;
}

.btn-control_play a {
    display: inline-block;
    width: 45%;
    margin-top: 10px;
}

.btn-control .viewAll {
    border: 0;
    display: inline-block;
    font-weight: 600;
    border-radius: 20px;
    color: var(--main-color);
    padding: 10px 20px;
    margin-top: 10px;
    background-image: url(Images/head-bubble.jpg);
    background-color: #d3e4f2;
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: 130%;
    box-shadow: 0px -1px 10px #000;
}

.btn-control .colum {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 35px;
}

.colum .sort-btn {
    height: 87px;
}

.gameBanner_control{
    padding:0 15px;
}
.subscribe-page{
    text-align:center;
    line-height:22px;
}
.subscribe-page span{
    color: #f7941d;
}
.subscribe-page p{
    margin-bottom:20px;
    color: #ebebeb;
}
.mainWrap .linkHome.blue,
.subscribe-page .linkHome{
    color:#fff;
    padding:8px 30px;
    border:2px solid #707070;
    border-radius:20px;
    background: rgb(249,129,39);
    background: linear-gradient(0deg, rgba(249,129,39,1) 0%, rgba(251,172,89,1) 100%);
}
.mainWrap .linkHome.blue,
.subscribe-page .linkHome.blue{
    background: rgb(0,76,131);
    background: linear-gradient(0deg, rgba(0,76,131,1) 0%, rgba(0,132,228,1) 100%);
}
.subscribe-page .title-page{
    margin-top:20px;
    color:#f7941d;
}
.title-subs {
    color: var(--main-color);
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #707070;
}
.searching {
    border-radius: 20px;
    border: 2px solid #707070;
    background: #d6eeff;
    display: flex;
    align-items: center;
    padding: 4px 10px;
    margin-bottom:20px;
}
.searching button{
    background:transparent;
    border:0;
    padding:0;
    width:25px;
    margin-right:10px;
}
.searching button img{
    position:relative;
    top:2px;
}
.searching input{
    border:0;
    font-family:Ooredoo;
    color:var(--main-color);
    padding: 5px 10px;
    width: 100%;
    background:transparent;
}
.notFound{
    font-size:18px;
    margin-bottom:10px;
}
.searchResult{
    margin-bottom:15px;
}

.leaderboard-wrap{
    margin-top:15px;
}
.leaderboard-wrap .title-page{
    text-align:center;
}
.leaderboard-list {
    display: flex;
    width: 100%;
    margin-bottom:3px;
    background: #7190a7;
    flex-direction: row;
}
.leaderboard-list:nth-child(even) {
    background:#004b82;
}
.leaderboard-list .leader {
   text-align:center;
   color:#fff;
   padding:14px 0 10px 0;
   font-family:Azo;
}
.leaderboard-list .leader strong{
    font-weight:600;
}
.leaderboard-list .lead-rank{
    width:20%;
}
.leaderboard-list .lead-point{
    width:25%;
}
.leaderboard-list .lead-number{
    width:55%;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}

.banner-popup {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding:4px;
    align-items: center;
    background: rgba(0,0,0,.8);
    z-index: 2;
}
.banner-popup_wrap{
    position:relative;
}
.banner-popup_wrap .closed{
    position: absolute;
    top: 0;
    line-height: 8px;
    right: 0px;
    color: #fff;
    background: #000;
    padding: 4px 7px 10px 7px;
    font-size: 18px;
}
.modal-content .closed {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    
}
.quizModal h3 {
    color: #00457d;
    font-size:26px;
    margin:10px 0;
}
.modalWrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.quizModal {
    background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(205,234,255,1) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-align: center;
}
.quizStartBtn {
    width:100%;
}
.quizStartBtn button {
    width: 47%;
    padding: 6px 0px;
    margin: 0 2px;
    font-family: Azo;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    color:#fff;
    border-radius: 20px;
    border: 2px solid #fff;
}
.quizStartBtn .btnYes{
    background:#00457d;
}
.quizStartBtn .btnNo{
    background:#00aeef;
}
.timeCountdown {
    width: 100%;
    position: absolute;
    top: -20px;
    left: 0;
}
.timeCountdown span {
    display: inline-block;
    padding: 10px 25px 12px 25px ;
    border-radius: 30px;
    background: #00457d;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.timeCountdown #timerSecond{
    padding: 0px;
}
.quizQuestion {
    line-height:22px;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 30px;
}
.quizAnswer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 auto 20px auto;
}
.quizAnswer .quizOption {
    flex: 50%;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
}
.quizCard {
    width: 92%;
    padding: 10px;
    margin: 50px auto;
    min-height: 100px;
    border-radius: 20px;
    position: relative;
    background: #fff;
    border: 3px solid #00457d;
    text-align: center;
}

.quizQuestion strong {
    font-weight: 700;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    line-height: 24px;
    color: #00457d;
}
.quizAnswer .quizOption {
    flex: 50%;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
}

.quizOption input[type="radio"] {
    display: none;
}

.quizOption input[type="radio"]:checked + .quizLabel {
    border: 2px solid #00457d;
    box-shadow: inset 0px 1px 9px #a5e9ff;
    color: #00457d;
}
.quizQuestion p {
    font-size:12px;
}
.quizLabel {
    display: inline-block;
    border: 2px solid #fff;
    padding: 8px 10px 9px 10px;
    border-radius: 30px;
    cursor: pointer;
    /* width: 100%;
    margin-bottom:5px; */
    font-size: 16px;
    transition: all ease-in .2s;
}

.btnAnswer {
    width: 96%;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 30px;
    font-family: Azo;
    font-weight: 700;
    font-size: 20px;
    color:#fff;
    background: #00457d;
    padding: 8px 0 6px 0;
    border: 2px solid #fff;
    transition: all ease-in .2s;
}

.btnAnswer:hover {
    box-shadow: inset 0px 1px 9px #d478ae;
}

#resultModal .modal-content {
    background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(205,234,255,1) 100%);
    padding:40px 15px;
    height:auto;
}
#resultModal .modal-content .headModal{
    font-size:20px;
    margin-bottom:15px;
}
.resultWrap h3{
    font-size:16px;
    line-height:26px;
}
.resultWrap #wrong-count {
    color: #f00;
}
#resultModal .modal-content .headModal,
.resultWrap #total-point,
.resultWrap #right-count {
    color: #00294b;
}
.resultWrap span {
    font-size:18px;
}
#resultModal .bonusText {
    margin: 15px 0;
    line-height: 20px;
    font-size: 14px;
}
#resultModal .btnResult {
    display:flex;
    margin-top:20px;
}
#resultModal .btnResult button {
    font-family:Ooredoo;
    margin: 0 2px;
    border-radius: 30px;
    border: 0;
    background: #00294b;
    color: #fff;
    width:100%;
    padding: 8px 0 10px 0;
}
.normal-text{
    color:#333;
    font-family:Azo;
}
.normal-text .section__content{
    padding:20px 15px 15px;
    line-height:22px;
}
.normal-text .section__content h2{
    font-weight:600;
    margin-bottom:10px;
    text-align:center;
}
.normal-text .section__content ol{
    list-style:disc;
    margin-left:15px;
}
.normal-text .section__content ol li{
    margin-bottom:10px;
}

.carouselLpGB .slick-arrow{
    position:absolute;
    z-index:2;
    width:18px;
}
.carouselLpGB .slick-prev {
   top:40%;
   left:10px;
}
.carouselLpGB .slick-next {
   top:40%;
   right:10px;
}
.carouselLpGB .slick-dots{
    display:flex;
    margin-top:5px;
    justify-content:center;
}
.carouselLpGB .slick-dots li {
    margin:0 2px;
}
.carouselLpGB .slick-dots li button{
    border-radius:50%;
    overflow:hidden;
    text-indent:-999px;
    border:1px solid #0876d6;
    width:8px;
    height:8px;
    padding:0;
}
.carouselLpGB .slick-dots li.slick-active button{
    background:#0876d6;
}
.list-cards {
    margin-top:15px;
}
.list-cards:last-child{
    margin-bottom:25px;
}
.list-cards h2{
    text-align:right;
    font-size:20px;
    padding-right:15px;
}
.list-games{
    display:flex;
    flex-wrap:wrap;
    padding:5px 10px;
    justify-content:end;
}
.list-games a{
    display:flex;
    flex-basis:calc(100%/3);
    padding:5px;
}
.list-games img{
    border-radius:6px;
    box-shadow:0px 1px 4px #717171;
}

.lp-sushi-rush {
    background: #00a0a7;
}
.lp-sushi-rush .sushi-title{
   max-width:380px;
   margin:22px auto 0;
   padding:0 16px;
}

.lp-sushi-rush .bottom-sushi{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;

}
.lp-sushi-rush .bottom-sushi-content{
    display:flex;
    flex-direction:column;
}
.lp-sushi-rush .bottom-sushi-content .bottom-icon-sushi {
    width: 500px;
    margin-left: auto;
}
.lp-sushi-rush .bottom-sushi-content .tax-text {
   background:#ac753b;
   display:flex;
   align-items:center;
   justify-content:center;
   color:#fff;
   height:40px;
}

.lp-sushi-rush .form-control {
    padding:0 15px;
    max-width:390px;
    margin:24px auto 0;
    text-align:center;
    position:relative;
    z-index:5;
}
.lp-sushi-rush .form-control .form-text{
    color:#fff;
    font-size:16px;
}
.lp-sushi-rush .form-field{
    margin-top:24px;
    display:flex;
    flex-direction:column;
    gap:14px;
}
.lp-sushi-rush .form-field .input-number{
    width:100%;
    color:#00a0a7;
    font-size:16px;
    text-align:center;
    font-family:Ooredoo;
    border-radius:10px;
    height:40px;
    padding:0 12px;
    border:0;
}
.lp-sushi-rush .form-field button{
    height:40px;
    border:0;
    width:100%;
    color:#fff;
    font-weight:700;
    font-size:16px;
    text-align:center;
    border-radius:10px;
    font-family:Ooredoo;
    background:#ac753b;
    box-shadow:1px 4px 0px #734718;
}












@media screen and (orientation:landscape) {
    .container {
        display: none;
    }

    #landscape {
        position:fixed;
        display: block;
        width: 100%;
        height: 100%;
        background-color: #000;
        background-image: url(Images/rotate.gif);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20%;
        z-index: 10000;
    }
}