@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

/* Base CSS */

:root {
    --u88green: #096f0b;
    --u88greenlight: #63a94f;
    --u88greenyellow: #dafa72;
    --u88greenbg: linear-gradient(180deg, rgba(23, 86, 43, 1) 0%, rgba(23, 86, 43, 1) 100%);
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url("../fonts/Roboto-Bold.ttf");
}


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #07171D;
}

body {
    color: #07171D;
    font-weight: 400;
    /* font-family: 'Rubik', sans-serif; */
    font-family: 'Roboto-Regular';
}

@font-face {
    font-family: 'CELingDongHeiS';
    src: url('../fonts/CELINGDHS_DA--GB1-0.eot');
    src: url('../fonts/CELINGDHS_DA--GB1-0.eot?#iefix') format('embedded-opentype'), url('../fonts/CELINGDHS_DA--GB1-0.woff2') format('woff2'), url('../fonts/CELINGDHS_DA--GB1-0.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Reeji-CloudRuiSongCu-GB';
    src: url('../fonts/Reeji-CloudRuiSongCu-GB-Regular.eot');
    src: url('../fonts/Reeji-CloudRuiSongCu-GB-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Reeji-CloudRuiSongCu-GB-Regular.woff2') format('woff2'), url('../fonts/Reeji-CloudRuiSongCu-GB-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin-Variable-Concept';
    src: url('../fonts/Acumin\ Variable\ Concept.ttf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITCAvantGardeStd';
    src: url('../fonts/ITCAvantGardeStd-Md.ttf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none
}

a,
button,
input,
textarea {
    outline: none !important;
}

.section-padding {
    padding: 80px 0;
}


/* --------------------------------- HEADER AREA START ----------------------- */

.header__blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hrader__right__blk .login-now-btn {
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 0;
    padding: 9px 15px 6px 15px;
    border-radius: 12px;
    transition: .3s all;
    background: linear-gradient(180deg, rgba(255, 212, 20, 1) 0%, rgba(232, 159, 16, 1) 100%);
    font-family: 'Acumin-Variable-Concept';
}

.hrader__right__blk .login-now-btn span {
    font-family: 'CELingDongHeiS';
}

.header__area {
    padding: 8px 0;
    background: rgb(80, 156, 58);
    background: linear-gradient(180deg, rgba(23, 86, 43, 1) 0%, rgba(23, 86, 43, 1) 100%);
}

.update__inner__text h4 span {
    font-family: 'CELingDongHeiS';
}

.hrader__right__blk .login-now-btn:hover {
    padding: 11px 18px 8px 18px;
}


/* --------------------------------- HEADER AREA END ----------------------- */


/* --------------------------------- HERO AREA START ----------------------- */

.hero__slide__blk .owl-nav button {
    font-size: 52px !important;
    color: #000 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-next {
    right: 2%;
}

.owl-prev {
    left: 2%;
}

/* .hero__single__slide {
    height: 446px;
} */

.hero__single__slide img {
    height: 100%;
}


/* --------------------------------- HERO AREA END ----------------------- */


/* --------------------------------- UPDATE AREA START ----------------------- */

.update__area {
    z-index: 1;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 80px;
}

.banner__shape img {
    height: 65px;
}

.banner__shape {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.update__blk {
    margin-top: 45px;
    position: relative;
}

.update__item__shape {
    position: relative;
    text-align: center;
    top: -20px;
}

.update__item__shape a span {
    position: absolute;
    left: 50%;
    top: 49%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    font-family: 'ITCAvantGardeStd';
}

.update__content span {
    font-size: 17px;
    color: #fff;
    font-family: 'Acumin-Variable-Concept';
}

.update__item__shape img {
    width: 200px;
    transition: transform .6s ease;
}

.update__item__shape a:hover>img {
    -moz-transform: scale(1.10, 1.10);
    -webkit-transform: scale(1.10, 1.10);
    transform: scale(1.10, 1.10);
}

.update__item__shape a:hover>span {
    font-size: 17px;
}

.update__content p {
    font-size: 17px;
    color: #fff;
    font-family: 'Acumin-Variable-Concept';
}

.update__area .row .col-lg-4 {
    padding-left: 5px;
    padding-right: 5px;
}


/* --------------------------------- UPDATE AREA END ----------------------- */


/* --------------------------------- SOCIAL AREA START ----------------------- */

.social__icon_2 a {
    margin-left: 18px;
}

.social__area {
    background: #000000;
    padding-top: 60px;
}

.padding__blk {
    padding: 0 140px;
}

.padding__blk {
    padding: 0 200px;
}

.social__inner__blk {
    padding: 0;
    margin-top: 30px;
}

.logo {
    max-width: 130px !important;
    height: auto;
    display: inline-block;
}

.left__social__blk h4 {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    padding-left: 18px;
    font-family: 'Acumin-Variable-Concept';
}

.left__social__blk {
    border-radius: 15px;
    padding-right: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    height: 132px;
    font-family: 'CELingDongHeiS';
}

.left__social__blk h4 span {
    font-family: 'CELingDongHeiS';
}

.frame__shape {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.frame__shape img {
    height: 100%;
    width: 100%;
}

.social__icon img {
    height: 45px;
}

.social__icon {
    margin-top: 0;
    padding-bottom: 0;
}

.update__inner__text {
    position: absolute;
    top: 22px;
    left: 15px;
}

.update__inner__text h4 {
    font-size: 17px;
    font-weight: 400;
    color: #3a3a3a;
    font-family: 'Acumin-Variable-Concept';
}


/* --------------------------------- SOCIAL AREA END ----------------------- */


/* --------------------------------- LATEST AREA START ----------------------- */

.latest__title h4 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 400;
}

.latest__area {
    padding-top: 60px;
    background: #000000;
}

.single__latest__item span {
    display: block;
    color: #797979;
    line-height: 1;
    font-size: 14px;
    padding-top: 8px;
}

.single__latest__item a {
    font-size: 16px;
    color: #fff;
}

.single__latest__item {
    background: #121212;
    padding: 12px;
    border-bottom: 1px dashed grey;
}

.latest__blk .single__latest__item:last-child {
    border: 0 !important;
}

.latest__btn a {
    font-size: 18px;
    font-weight: 600;
    padding: 12px 18px;
    display: inline-block;
    background: #289D82;
    border-radius: 5px;
    color: #fff;
    transition: .3s all;
}

.latest__btn {
    display: flex;
    justify-content: center;
    padding: 25px 0;
}

.latest__inner__blk {
    padding: 0 100px;
}

.latest__btn a:hover {
    color: #289D82;
    background: #fff;
}

.update__item__shape a span small {
    font-family: 'Reeji-CloudRuiSongCu-GB';
    margin-left: 3px;
}


/* --------------------------------- LATEST AREA END ----------------------- */


/* --------------------------------- PAYMENT AREA START ----------------------- */

.payment__blk__social__ico a img {
    height: 40px;
    margin: 3px 0;
}

.payment__blk__social__ico {
    margin-top: 20px;
}

.payment__social__item__blk {
    display: flex;
    justify-content: center;
}

.payment__area {
    background: var(--u88greenbg);
    padding: 20px 0;
}

.payment__left__item a {
    margin-bottom: 15px;
    display: inline-block;
}

.payment__left__item p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.payment__social__item h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}


/* --------------------------------- PAYMENT AREA END ----------------------- */


/* --------------------------------- FEATURES AREA START ----------------------- */

.m_0 {
    margin: 0;
}

.features__area {
    background: var(--u88greenbg);
}

.features__area__border {
    padding-top: 25px;
    padding-bottom: 50px;
    border-bottom: 1px dashed #ddd;
    border-top: 1px dashed #ddd;
}

.single__features__content h5 {
    color: #468933;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Acumin-Variable-Concept';
}

.single__features__content p {
    font-size: 13px;
    color: #707070;
    font-family: 'Acumin-Variable-Concept';
}

.features__list ul li {
    list-style: disc;
    color: #707070;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 6px;
}

.features__list {
    padding-left: 35px;
}


/* --------------------------------- FEATURES AREA END ----------------------- */


/* --------------------------------- FEATURES AREA END ----------------------- */

.footer__blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__menu ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding-right: 8px;
    border-right: 2px solid #fff;
    margin-right: 5px;
    transition: .3s all;
}

.footer__menu ul li {
    display: inline-block;
}

.footer__menu ul li:last-child a {
    border: 0;
}

.copy__right__text p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
}

.brand__area {
    padding-top: 5px;
}

.footer__menu ul li a:hover {
    color: #289D82;
}

.single__brand__item img {
    width: 100%;
    flex: 0 0 auto;
    height: auto !important;
}

.single__brand__item {
    display: flex;
    align-items: center;
}

.Css3Marquee-demo {
    position: relative;
    width: 490px;
    height: 300px;
    cursor: pointer;
    background: #499494;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 20px;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    box-shadow: 10px 20px 20px 3px #42AE42;
}

.owl-nav.disabled {
    display: none;
}

.brand_item {
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 80px;
    margin: 0 7px;
}

.copy__right__text p span {
    height: 25px;
    width: 25px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    margin-left: 7px;
}

.footer__area {
    background: var(--u88greenbg);
    padding: 35px 0;
    color: #fff;
    font-size: 14px;
}

.copy__right__text p {
    font-size: 14px;
}

.footer__area h1 {
    padding-top: 8px;
    color: #fff;
    font-size: 21px;
    margin: 0 0 7px;
}

.footer__area h2 {
    color: #fff;
    margin: 20px 0 4px 0;
    font-size: 21px;
}

.footer__area h3 {
    color: #fff;
    margin: 15px 0 2px 0;
    font-size: 19px;
}

.footer__area h4 {
    color: #fff;
    margin: 15px 0 2px 0;
    font-size: 19px;
}

.footer__area a {
    color: #fff;
}


/* --------------------------------- FEATURES AREA END ----------------------- */


.nav_menu_item_container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.nav_menu_item_first {
    color: #fff;
    margin: 0 22px 0 44px;
}

.nav_menu_item_first:hover {
    color: #fff;
}

.nav_menu_item {
    color: #fff;
    margin: 0 22px;
}

.nav_menu_item:hover {
    color: #fff;
}

.announcement-container {
    height: 35px;
    display: flex;
    align-items: center;
}

.announcement-container img {
    width: 32px;
    height: 28px;
    margin-right: 20px;
}

.announcement-container marquee {
    font-size: 14px;
}

.grey-bg {
    background-color: #f4f4f4;
}

.home-main-content-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    font-family: 'Roboto-Bold';
    color: var(--u88green);
}

.home-main-content-title p {
    text-align: center;
    line-height: 1.2;
}

.home-main-content-desc {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.home-main-content-desc p {
    text-align: center;
    line-height: 1.5;
}

.home-brand-list {
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
}

.home-brand-list div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-game-item {
    position: relative;
    width: 100%;
    height: 16vw;
    overflow: hidden;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 25px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.home-game-item img {
    position: absolute;
    height: 100%;
    right: 0;
}

.home-game-item .home-game-item-details {
    position: absolute;
    height: 100%;
    width: 48%;
    left: 0;
    z-index: 1;
    padding: 15px 0 15px 28px;
}

.home-game-item .home-game-item-details .title {
    font-family: 'Roboto-Bold';
    color: var(--u88green);
    font-size: 30px;
    height: 25%;
}

.home-game-item .home-game-item-details .desc {
    font-size: 16px;
    height: 50%;
}

.home-game-item .home-game-item-details .button {
    height: 25%;
}


.btn-play-now {
    background: linear-gradient(180deg, rgba(255, 212, 20, 1) 0%, rgba(232, 159, 16, 1) 100%);
    color: #fff;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 18px;
}

.btn-play-now:hover {
    font-size: 20px;
    color: #fff;
}

.why-choose-u88-container {
    background: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 15px 20px;
    border-radius: 15px;
}

.why-choose-u88-container .title {
    font-family: 'Roboto-Bold';
    font-size: 35px;
    color: var(--u88green);
    text-align: center;
}

.why-choose-u88-container .contents {
    display: flex;
    margin: 15px;
}

.why-choose-u88-container .contents .item {
    width: 25%;
    text-align: center;
}

.why-choose-u88-container .contents .item div:nth-child(2) {
    font-size: 20px;
    font-family: 'Roboto-Bold';
    padding-top: 8px;
    color: var(--u88green);

}

.why-choose-u88-container .contents .item div:nth-child(3) {
    font-size: 14px;
    color: #7a7a7a;
    padding: 0 5px;
}

.gamelist-container {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    padding: 25px 0;
}

.gamelist-container .game-item {
    display: flex;
    margin: 20px 0;
    transition: 0.2s all;
}

.gamelist-container .game-item:hover {
    transform: scale(1.05);
}

.gamelist-container .game-item:nth-child(3n + 1) {
    justify-content: flex-start;
}

.gamelist-container .game-item:nth-child(3n + 2) {
    justify-content: center;
}

.gamelist-container .game-item:nth-child(3n) {
    justify-content: flex-end;
}


.gamelist-container .game-item .game-box {
    border-top: 8px solid var(--u88greenlight);
    border-left: 8px solid var(--u88greenlight);
    border-right: 8px solid var(--u88greenlight);
    width: 23vw;
    height: 22vw;
}

.gamelist-container .game-item .game-box .game-img {
    width: 100%;
    height: 88%;
}

.gamelist-container .game-item .game-box .game-name {
    width: 100%;
    height: 12%;
    background-color: var(--u88greenlight);
    font-size: 20px;
    font-family: 'Roboto-Bold';
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}



.gamelogolist-container {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 25px 50px;
    padding: 40px 0;
}


.gamelogolist-container .gamelogo-button {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #d3d5d5 0%, #dcdede 100%);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    transition: 0.2s all;
}

.gamelogolist-container .gamelogo-button:hover {
    transform: scale(1.05);
}


.gamelogolist-container .gamelogo-item {
    width: 180px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
}

.unset_dashed_line {
    border-top: unset;
    padding-top: unset;
}

.unset_footer_padding {
    padding: unset;
}

.footer_text_color{
    color: var(--u88greenyellow) !important;
}

.live_casion_features_area {
    background: var(--u88greenbg);
    padding-top: 15px;
    color: #fff;
    font-size: 14px;
}

.live_casion_features_area h1 {
    color: #fff;
    margin: 14px 0 2px 0;
    font-size: 22px;
}

.live_casion_features_area h2 {
    color: #fff;
    margin: 14px 0 2px 0;
    font-size: 20px;
}

.live_casion_features_area h3 {
    color: #fff;
    margin: 14px 0 2px 0;
    font-size: 19px;
}


.float-btn-right {
	position:fixed;
	width:120px;
	height:120px;
	bottom: 0;
    transform: translateY(-30%);
	left:20px;
    z-index: 10;
}

.float-btn-right-inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.float-btn-right-closebtn {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1;
}

.float-btn-right-closebtn:hover {
    cursor: pointer;
}



.header__area__mobile {
    display: none;
    padding: 5px 0;
    background: rgb(80, 156, 58);
    background: linear-gradient(180deg, rgba(23, 86, 43, 1) 0%, rgba(23, 86, 43, 1) 100%);
    position: fixed;
    width: 100%;
    z-index: 10;
}

.menu-sidebar-button {
    margin-left: 15px;
}

.menu-sidebar-button i {
    color: #fff;
    font-size: 22px;
}

.menu-sidebar-button:hover {
    cursor: pointer;
} 

.header__area__menu {
    position: fixed;
    background: var(--u88greenbg);
    z-index: 20;
    width: 0;
    top: 0;
    bottom: 0;
    transition: 0.3s;
    overflow: hidden;
}

.menu-sidebar-close-button {
    margin-top: 10px;
    margin-left: 15px;
}

.menu-sidebar-close-button i {
    color: #fff;
    font-size: 20px;
}

.menu-sidebar-close-button:hover {
    cursor: pointer;
} 

.menu-sidebar-contents {
    margin-left: 15px;
    margin-top: 28px;
}

.menu-sidebar-item-div {
    padding: 0 0 12px 0;
}

.menu-sidebar-item {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.menu-sidebar-item:hover {
    color: #fff;
}

.menu-sidebar-login-button {
    width: 100%;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 45px;
}

.menu-sidebar-login-button a {
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 0;
    padding: 9px 15px 6px 15px;
    border-radius: 12px;
    transition: .3s all;
    background: linear-gradient(180deg, rgba(255, 212, 20, 1) 0%, rgba(232, 159, 16, 1) 100%);
    font-family: 'Acumin-Variable-Concept';
}

.menu-sidebar-login-button a span {
    font-family: 'CELingDongHeiS';
}

.menu-sidebar-login-button a:hover {
    padding: 11px 18px 8px 18px;
}

.home-text-container-1 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.home-text-container-2 {
    padding-bottom: 40px;
}

.menu-sidebar-divider {
    height: 2px;
    background: #fff;
    margin: 12px 15px;
}

.header__area__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 11;
    display: none;
}


.scrollable-menu {
    height: 90%;
    overflow: auto;
}

.header-spacing {
    height: 0;
}

.full-bg-content-1 {
    height: 65vh;
}

.top-margin-padding {
    margin-top: 15px; 
}

.language-flag-btn {
    padding-left: 15px;
    float: right;
    position: relative;
}

.language-flag-btn img {
    width: 26px;
    margin-top: -2px;
}

.language-menu {
    position: absolute;
    background-color: #f4f4f4;
    z-index: 10;
    width: 128px;
    right: 0;
    border: none;
    border-radius: 5px;
    margin-top: 12px;
    font-size: 15px;
    padding: 3px 0px;
    justify-content: space-between;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.language-menu a {
    color: #000;
}

.menu-sidebar-lang-button {
    margin-left: 15px;
    display: flex;
}

.menu-sidebar-lang-button img {
    width: 26px;
}

.menu-sidebar-lang-button-list {
    display: flex;
    color: #fff;
    font-weight: 600;
    width: 120px;
    justify-content: space-around;
    margin-left: 10px;
}

.menu-sidebar-lang-button-list a {
    color: #fff;
}