﻿/* new design */
/* header */
header#header .head .header-top {
  width: 100%;
  height: 70px;
  background-color: #1c2025;
  display: flex;
  justify-content: center
}
header#header .head .header-t {
  width: 1300px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center
}
header#header .head .header-top .header-top-left {
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: center;
  justify-content: center
}
header#header .head .header-top .header-top-left a.md88-logo {
  width: 140px;
  display: inline-block
}
header#header .head .header-top .btn-auth-group .btn-auth {
  font-family: Montserrat;
  /* background: #00678d; */
  background: linear-gradient(to bottom, #1e9ed8, #0f4f6c);
  height: 38px;
  width: 120px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  border-radius: 100px;
  outline: unset;
  border: unset;
  transition: background ease 0.5s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none
}
header#header .head .header-top .btn-auth-group a {
  margin-left: 10px;
}
header#header .head .header-top .head_info {
color: #fff;
font-size: 13px;
}

header#header .head .header-top .btn-auth-group .btn-auth:hover {
  color: #edbb54
}

header#header .head .header-top .btn-auth-group .btn-auth-outline {
  font-family: Montserrat;
  /* background: #3e4553; */
  background: linear-gradient(to bottom, #626c7f, #3e4553);
  height: 38px;
  width: 120px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 100px;
  outline: unset;
  border: unset;
  text-transform: uppercase;
  transition: background ease 0.5s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none
}

header#header .head .header-top .btn-auth-group .btn-auth-outline:hover {
  color: #edbb54
}

header#header .head .header-top .auth-amount-wrapper {
  display: flex;
  flex-direction: row;
  background: #000000;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding: 0 5px;
}
header#header .head .header-top .auth-amount-wrapper .auth-amount {
  margin-right: 12px
}
header#header .head .header-top .auth-amount-wrapper .auth-amount p.currency {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  margin: unset;
  display: inline-block;
  letter-spacing: 0.5px
}
header#header .head .header-top .auth-amount-wrapper button.btn-refresh {
  outline: unset;
  border: unset;
  background: transparent;
  width: 17px;
  padding: unset;
}
header#header .head .header-top .auth-amount-wrapper button.btn-refresh img {
  transition: all ease 0.5s
}
header#header .head .header-top .megbox {
  position: absolute;
  color: #fff !important;
  font-size: 10px;
  background: #f42c2c;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  top: 8px;
  margin-left: 84px;
}
header#header .head .header-bottom {
  width: 100%;
  height: 50px;
  background-color: #3e4553;
  display: flex;
  justify-content: center
}
header#header .head .header-b {
  width: 1300px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center
}
header#header .head .header-bottom .header-bottom-left {
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: center;
  justify-content: center
}
header#header .head .header-bottom .header-bottom-left .nav-categories {
  height: 100%
}

header#header .head .header-bottom .header-bottom-left .nav-categories a.nav-category {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  margin-right: 28px;
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%
}

header#header .head .header-bottom .header-bottom-left .nav-categories a.i-home {
  background: url("https://d2ajue4o5x1lc3.cloudfront.net/content/mcd88/assets/img/newdesign/header/icon_home_inactive.png") no-repeat center;
  width: 24px;
}
header#header .head .header-bottom .header-bottom-left .nav-categories a.i-home.active {
  background: url("https://d2ajue4o5x1lc3.cloudfront.net/content/mcd88/assets/img/newdesign/header/icon_home_active.png") no-repeat center;
  width: 24px;
}
header#header .head .header-bottom .header-bottom-left .nav-categories a.nav-category.active, header#header .head .header-bottom .header-bottom-left .nav-categories a.nav-category:hover {
  color: #00aeef
}

header#header .head .header-bottom .header-bottom-left .nav-categories a.nav-category.active::after {
  content: "";
  height: 3px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #00aeef
}

header#header .head .header-bottom .header-bottom-left .nav-categories a.nav-category:last-child {
  margin-right: unset
}

header#header .head .header-bottom .header-bottom-left .nav-categories a.nav-category:hover {
  color: #00aeef
}
header#header .head .header-bottom p.md88-clock {
  font-family: Montserrat;
  font-size: 11px;
  color: #ffffff;
  margin: unset;
  display: inline-block;
  margin-right: 0px;
  width: 170px;
  border-right: 2px solid #626c7f;
}

/* home page */
.md88-container_ {
  width: 100%;
  background: #161a20;
  background-image: url("https://d2ajue4o5x1lc3.cloudfront.net/content/mcd88/assets/img/home/top-background.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center
}
.md88-container_innner {
  width: 1300px;
  margin: 50px auto 0 auto;
}
#home .md88-container_ .announcement-wrapper_ {
  background: #3e4553;
  height: 39px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 50px 0;
  border-radius: 5px;
  padding: 0 15px;
}
#home .md88-container_ .announcement-wrapper_ .announcement-img {
  width: 29px;
  margin-right: 15px
}
#home .md88-container_ .announcement-wrapper_ marquee {
  font-family: Montserrat;
  font-size: 12px;
  letter-spacing: 1px;
  color: #ffffff
}

/* Recommended Games */
.container_recommend {
  max-width: 1400px;
  margin: 0 auto 50px auto;
  /* background: #292f35; */
  background: url("https://d2ajue4o5x1lc3.cloudfront.net/content/mcd88/assets/img/newdesign/home/frame_recommended.png") no-repeat center;
  border-radius: 10px;
  padding: 20px 40px;
}

/* Navigation Tabs */
.container_recommend .tabs {
  height: 50px;
  display: flex;
  justify-content: space-between;
  background: none !important;
  border-bottom: 1px solid #3e4553;
  align-items: center;
  margin-bottom: 30px;
}
.container_recommend .tabs h2 {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
.container_recommend .tab_nav {
  cursor: pointer;
  padding: 0px 0px 0px 50px;
  transition: background 0.3s;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
}

.container_recommend .tab_nav.active,
.container_recommend .tab_nav:hover {
  color: #00aeef;
}
.container_recommend li.tab_nav.active::after{
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  position: relative;
  bottom: 0px;
  left: 0px;
  top: 13px;
  background: #00aeef
}

.container_recommend .recommended-games h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.container_recommend .game-carousel {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.container_recommend .featured-game {
  flex: 1 1 300px;
  text-align: center;
  overflow: hidden;
}

.container_recommend .featured-game img {
  width: 300px;
}
.recommended-games-aud .featured-game img{
  width: 100%;
}
.container_recommend .game-name {
  text-align: center; width: 300px; margin-top: 10px;
}

.container_recommend .game-title {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
}

.container_recommend .game-provider {
  font-size: 1rem;
  opacity: 0.8;
  color: #aaa;
}

/* Game Cards */
.container_recommend .game-cards {
  width: 900px;
}
.container_recommend .game-card {
  width: 120px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 0 0 25px 25px;
  text-align: center;
}

.container_recommend .game-cards a img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.container_recommend .game-cards a p {
  margin-top: 5px;
  font-size: 13px;
  color: #fff;
}

.container_recommend .md88-indicators .indicator, .recommended-games-aud .md88-indicators .indicator{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7098039216);
  margin-right: 8px
}

.container_recommend .md88-indicators .indicator:last-child, .recommended-games-aud .md88-indicators .indicator:last-child {
  margin-right: unset
}

.container_recommend .md88-indicators .indicator.active, .recommended-games-aud .md88-indicators .indicator.active {
  background: #00aeef;
  width: 34px;
  height: 7px;
  border-radius: 20px
}

.top-topic {
  max-width: 1400px;
  margin: 0 auto 50px auto;
}

.top-topic .top-topic-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.top-topic .top-topic-title h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.top-topic .games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
}

.top-topic .game-card {
  width: 200px;
  text-align: left;
  transition: transform 0.3s ease;
}

.top-topic .game-card:hover {
  transform: scale(1.05);
}

.top-topic .game-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.top-topic .game-card h3 {
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}

.top-topic .game-card p {
  font-size: 12px;
  color: #aaa;
}

.top-topic .see-all {
  text-align: center;
  color: #aaa;
  font-size: 14px;
  text-decoration: n;
}
.top-topic .see-all:hover {
  color: #00aeef;
}
.featured-game .featured-img {
  border: 6px solid #edbb54;
  border-radius: 20px;
}
.top-topic .card-body{
 position: absolute;
 top: 200px;
}
.top-topic .card-title{
  color: #fff;
  font-size: 16px;
 }
 .top-topic .card-text{
  color: #aaa;
 }
 .top-topic .card-body p{
   margin: 15px 0;
 }
 .top-topic .btn-spin {
  background: #00AEEF;
  color: #fff;
  border-radius: 5px;
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
 }
 .top-topic .btn-details {
  background: none;
  border: 1px solid #aaa;
  color: #fff;
  width: 48%;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
 }
 .top-topic .app-title {
  font-size: 2.5rem;
  font-weight: bold;
}
.top-topic .app-title span{
  font-size: 2.5rem;
  font-weight: bold;
}

.top-topic .feature {
  color: #fff;
}

.top-topic .feature-icon {
  width: 160px;
}
.top-topic .table-header {
  background: url("https://d2ajue4o5x1lc3.cloudfront.net/content/mcd88/assets/img/newdesign/home/frame_big_win.png") no-repeat center;

}
.top-topic .table tbody td {
  color: #aaa
}

.top-topic .table tbody tr {
  border-bottom: 1px solid #aaaaaa6b;
}

.top-topic .table tbody tr:last-child {
  border-bottom: none;
}
.top-topic .icon {
  width: 20px;
  height: 20px;
  margin-right: 25px;
  margin-left: 30px;
}
#home .md88-container_innner .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
#home .md88-container_innner .swiper-button{
  background: none;
  color: white;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  border-radius: 50%;
}

#home .md88-container_innner .swiper-button.prev{
  left: 5px;
}

#home .md88-container_innner .swiper-button.next{
  right: 5px;
}

#home .md88-container_innner .swiper-button:hover{
  background: none;
}
#footer .md88-container_footer {
  width: 1400px;
  margin: 0 auto !important;
}
#footer .md88-container_footer .provider{
  width: 1300px;
  margin: 0 auto;
  padding-bottom: 20px;
}
#footer .md88-container_footer .provider-img{
  width: 160px;
}
#footer .md88-container_footer .provid{
  width: 200px;
}
#footer .about-md88 {
  margin: 0 auto;
  border-top: 1px solid #aaa;
  padding-top: 40px;
}
#footer .about-md88 .abouts {
  width: 1300px;
  margin: 0 auto;
}
#footer .about-md88 .title-about {
  color: #00AEEF;
  margin-bottom: 20px;
  font-weight: 600;
}
#footer .about-md88 li{
  padding-bottom: 5px;
}
#footer .about-md88 a:hover {
  color: #00AEEF;
}
#footer .about-md88 .cert img {
  height: 25px;
}