/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Noto Sans TC', sans-serif;
  color: #555555;
  background: #e6e6e6;
}
.main{
  margin-top: 120px;
}
a {
  text-decoration: none;
  color: #555555;
  cursor: pointer;
}

a:hover {
  color: #333;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}
h2 span.en-title{ 
  color: #aeaeae; 
  font-size: 50%; 
  font-weight: normal;
}
.text-right{
  text-align: right;
}
.small, small {
  font-size: 50%;
}
@media screen and (max-width: 768px) {
  h2 span.min-title{
    display: none;
  }
  section#register {
    padding: 0px 40px !important;
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #f44336;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #97d193;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .back-to-top{
    bottom: 100px;
  }
}
/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /* height: 90px; */
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0 4px 10px -3px rgba(191, 191, 191, 0.5);
}

#header .logo a span{
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000;
}
#header .logo{
  text-align: center;
}
#header .logo img {
  padding: 0;
  margin: -6px 10px 0 0;
  max-height: 80px;
}
.heard-top{
  padding: 0.5rem;
}
.heard-top h2{
  /* font-size: 24px; */
  font-weight: 900;
  padding: 8px;
  text-align: center;
  color: #5c564d;
}
.scrolled-offset {
  margin-top: 130px;
}
@media (max-width: 1410px) {
  #header .logo a span{
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  #header {
    /* height: 70px; */
  }
  #header .logo img {
    padding: 0;
    margin: -6px 10px 0 0;
    max-height: 70px;
  }
  #header .logo{
    flex: none;
  }
}
@media (max-width: 960px) {
  .scrolled-offset {
    margin-top: 72px;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar-bg {
  background: #e6e6e6;
}
.navbar {
  padding: 0;
  margin: auto;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  /* padding: 10px 0 10px 30px; */
  font-size: 1rem;
  color: #151515;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #f44336;
}
.navbar a span{
  color: #555555;
  font-size: 12px;
}

.btn-login {
  background: #5c564d;
  color: #fff;
  padding: 6px 20px;
  border: 2px solid #5c564d
}
.btn-login:hover {
  color: #5c564d;
  border: 2px solid #5c564d;
  background: #fff;
}
.btn-register {
  background: #e78c04;
  color: #fff;
  padding: 6px 20px;
  border: 2px solid #e78c04;
}
.btn-register:hover {
  color: #e78c04;
  border: 2px solid #e78c04;
  background: #fff;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #151515;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  background: transparent;
  padding: 10px;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .navbar {
    padding: 12px 0;
    margin: 0;
  }
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
  .navbar a, .navbar a:focus {
    display: flex;
    flex-direction: row;
    justify-content:center;
  }
  .navbar a span{ margin-left: .8rem;}
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 1rem;
  color: #151515;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #f44336;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #f44336;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url(../images/hero_fullbg.jpg) #000;
  background-position: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#hero .hero-logo {
  margin-bottom: 30px;
}

#hero h1 {
  margin: 0 0 30px 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 0 0 8px #1d0b0c;
  max-width: 800px;
  line-height: 1.5;
}

#hero .btn-get-started {
  font-family: 'Noto Sans TC', sans-serif;;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 4px;
  display: inline-block;
  padding: 0.6rem 3rem;
  border-radius: 30px;
  margin: 10px;
  color: #ffca2c;
  background: #000000;
  box-shadow: 0 0 5px 0px #cba651;
}

#hero .btn-get-started:hover {
  transition: 0.5s;
  background: #111;
  color: #ffca2c;
  box-shadow: 0 0 8px 4px #cba651;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    line-height: 22px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

.section-bg {
  background-color: whitesmoke;
}

.section-title {
  text-align: center;
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 0;
  color: #3d392e;
}

.section-title p {
  margin-bottom: 0;
  color: #aeaeae;
}
@media (max-width: 768px) {
  .section-title {
    padding-bottom: 20px;
  }
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 0;
  background: #000;
  border-top: solid 2px #acacac;
  /* padding-top: 130px; */
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-title {
  position: absolute;
  left: 25%;
  top: 25%;
  transform: rotate(-4deg);
  -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.7));
  display:none;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100%;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 7rem;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
  background-image: linear-gradient(180deg,#ffffff 20%,#f3efb3 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}

.testimonials .testimonial-item h4 {
  font-size: 4rem;
  color: #ddd;
  margin: 0 0 15px 0;
  background-image: linear-gradient(180deg,#ffffff 20%,#f3efb3 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  font-weight: 600;
}

.testimonials .swiper-pagination {
  margin-top: 0;
  position: absolute;
  bottom: 1%;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f44336;
}

@media (max-width: 768px) {
  .testimonials {
    background: transparent;
    /* padding-top: 70px; */
  }
  .testimonials .testimonial-item .testimonial-img {
    border-radius: 20px;
  }
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# m-side-menu
--------------------------------------------------------------*/
.GameNav{ 
  padding: 0;
  background-color: #ebe9e3 !important;
  border-top: 4px solid #dcc793;
}
.GameNav .nav{ 
  margin-top: 10px;
}
.GameNav li.nav-item.col{
  text-align: center;
}
.GameNav .color .img{
  overflow: hidden;
  margin: auto;
}
.GameNav picture, .GameNav img{
  max-width: 60px;
  display: block;
  margin: auto;
  margin-bottom: 2px;
}
.nav-pills .nav-link {
  border-radius: 0;
  color: #fff;
  margin-bottom: 10px;
}
.GameNav .nav-link {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  padding-bottom: 12px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: transparent;
}
.GameNav .color.active{
  background-color: transparent;
  color: #ff2b2f;
  background: url(../images/nav/point.png) no-repeat;
  display: block;
  margin: auto;
  background-size: 12px !important;
  background-position: bottom !important;
  margin-bottom: 2px;
}
.tab-content{
  box-shadow: 0px 6px 15px 0px rgb(51 51 51 / 57%);
}
@media (max-width: 660px) {
  .GameNav li.nav-item.col {
    margin:0 12px;
  }
  .GameNav picture, .GameNav img{
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# casino
--------------------------------------------------------------*/
.casino {
  background: #fff;
  padding: 60px 0;
  background-position: top;
  background-image: url(../images/casino-bg2.jpeg);
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-size: cover;
}
.casino .container{
  padding-bottom: 60px;
}
.casino .member {
  margin-bottom: 20px;
  overflow: hidden;
  padding: 16px;
  border-radius: 20px;
  background: #ffffff91;
  box-shadow: 0 0 7px 0px rgb(152 152 152 / 70%);
  border: 1px solid #9f9f9f;
  background-image: url(../images/casino-bg.jpeg);
    background-size: cover;
    background-position: bottom;
}

.casino .member .member-img {
  position: relative;
  overflow: hidden;
}

.casino .member .member-info {
  text-align: center;
  width: 100%;
}

.casino .member .member-info h4 {
  font-weight: 700;
  margin: 15px 0 5px 0;
  color: #5c564d;
  font-size: 22px;
}

.casino .member .member-info span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  color: #e68c06;
}

.casino .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #888888;
}

.button-red{
  background: url(../images/button-red.png) no-repeat;
  background-size: contain;
  background-position: center;
  min-width: 200px;
  color: #fff;
  letter-spacing: 4px;
  font-weight: 400 !important;
  text-shadow: none;
  margin: 0 -15px;
}
.product-item p {
  margin: 0 16px;
}
@media (max-width: 767px) {
  .casino,
  .sport, .slot, .fish{
    padding: 40px 0;
    background-image: url(../images/casino-bg_mob.jpeg) !important;
    background-size: cover !important;
  }
  .casino .member .member-img,
  .sport .member .member-img,
  .fish .member .member-img {
    margin-bottom: -11px;
    /* z-index: -1; */
    max-width: 190px;
  }
  .casino .member,
  .sport .member,  .slot .member, .fish .member {
    display: inline-flex;
    width: 100%;
    border: 1px solid #ebebeb !important;
    border-radius: 20px;
    padding: 12px 0px 0px 12px;
    box-shadow: 0 0 7px 0px #fff;
    background-image: url(../images/casino-game-bg.jpeg) !important;
    background-size: cover;
  }
  .casino .member .member-info,
  .sport .member .member-info{
    padding: 12px;
  }
}

@media screen and (min-width: 1921px){
  .casino, .sport, .fish {
    background-size: cover;
  }
}

/*--------------------------------------------------------------
# Sport
--------------------------------------------------------------*/
.sport {
  background: #fff;
  padding: 60px 0;
  background-position: top;
  background-image: url(../images/sport-bg.jpeg);
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 0;
}
.sport .section-title h2{
  color: #fff;
  padding-bottom: 0;
}
.sport .section-title{
  padding-bottom: 0;
}
.sport .member .member-img {
  position: relative;
  overflow: hidden;
}

.sport .member .member-info {
  text-align: center;
  /* position: absolute; */
  bottom: 5%;
  right: 0;
}
.sport .member .member-info-r{
  right: auto;
  left: 0;
}
.sport .member .member-info h4 {
  font-weight: 700;
  margin: 15px 0 5px 0;
  color: #000000;
  font-size: 22px;
  text-shadow: 0 0 7px rgb(255 255 255);
}

.sport .member .member-info span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  color: #e68c06;
  text-shadow: 0 0 7px rgb(0 0 0 / 48%);
}

.sport .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #888888;
}

@media (max-width: 767px) {
  .sport .container{
    padding-bottom: 60px;
  }
  .sport .section-title h2 {
    color: #3d392e;
  }
  .sport .member {
    margin-bottom: 20px;
    overflow: hidden;
  }

  .sport .member .member-info{
    clear: both;
    position: inherit;
    padding: 12px;
  }
  .sport .member .member-info h4 {
    color:#5C5652;
  }
}


/*--------------------------------------------------------------
# keno
--------------------------------------------------------------*/
.keno {
  background: #fff;
  padding: 60px 0;
  background-position: top;
  background-image: url(../images/keno-bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 0;
}
.keno .member .member-info {
  bottom: 10%;
}
/*--------------------------------------------------------------
# Slot
--------------------------------------------------------------*/
.slot {
  background: #fff;
  padding: 60px 0;
  background-position: top;
  background-image: url(../images/slot_bg0.webp);
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 0;
}
.slot .container{
  padding-bottom: 60px;
}
.slot .section-title h2{
  color: #fff;
}
.btn-slot{
  background-image: url(../images/button-slot.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 200px;
  color: #fff;
  letter-spacing: 4px;
  font-weight: 400 !important;
  text-shadow: none;
  margin: 0 -15px;
}

.slot .section-title{
  padding-bottom: 0;
}
.slot .member{
  padding: 20px 20px 0px 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 20px;
  background: #ffffff91;
  box-shadow: 0 0 7px 0px rgb(152 152 152 / 70%);
  border: 1px solid #9f9f9f;
  background-image: url(../images/casino-bg.jpeg);
  background-size: cover;
  background-position: bottom;
}
.slot .member .member-img {
  position: relative;
}

.slot .member .member-info {
  text-align: center;
}

.slot .member .member-info h4 {
  font-weight: 700;
  margin: 15px 0 5px 0;
  color: #000000;
  font-size: 22px;
  text-shadow: 0 0 7px rgb(255 255 255);
}

.slot .member .member-info span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  color: #e68c06;
  text-shadow: 0 0 7px rgb(0 0 0 / 48%);
}

.slot .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #888888;
}

@media (max-width: 767px) {
  .slot .container{
    padding-bottom: 60px;
  }
  .slot .section-title h2 {
    color: #3d392e;
  }
  .slot .member {
    margin-bottom: 20px;
    overflow: hidden;
    padding: 12px 0px 0px 12px;
  }

  .slot .member .member-info{
    clear: both;
    position: inherit;
    padding: 12px;
  }
  .slot .member .member-info h4 {
    color:#5C5652;
  }
}
/*--------------------------------------------------------------
# slotPage
--------------------------------------------------------------*/
.slotPage .slot-item{
  /* padding: 0; */
}
.slotPage .container{
  padding-top: 160px;
  padding-bottom: 60px;
}
.slotPage-wrap {
  background: #f9f9f9;
  padding: 10px;
  text-align: center;
  margin-bottom: 16px;
}
.slotPage-wrap h4{
  font-size: 16px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .slotPage-wrap {
    padding: 0px;
  }
  .slotPage .button-red {
    background: url(../images/button-red.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    min-width: 100px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400 !important;
    text-shadow: none;
    margin: 0 -15px;
  }
}
/*--------------------------------------------------------------
# Fish
--------------------------------------------------------------*/
  .fish{
    background: url(../images/fish-zb-bg2.webp) #fff;
    background-repeat: no-repeat;
  }
  .fish .section-title h2, .fish .section-title .en-title{
    color: #fff;
  }
  .fish-nav{
    border-bottom: 1px solid rgb(74 204 236 / 70%);
  }
  .fish-nav li .nav-link{
    background: rgb(0 192 255 / 27%);
    color: #333;
    margin: 0 4px;
    padding: 10px 30px;
    border-radius: 20px 20px 0 0;
    font-size: 1.2rem;
    border:#4accec 1px solid;
    border-bottom: 0;
  }
  .fish-nav .nav-link.active{
    background: rgb(69 186 233 / 70%);
    box-shadow: 0px -1px 10px #4accec;
  }
  .fish-nav .nav-item picture source, .fish-nav .nav-item picture img{
    height: 40px;
  }
  .fish .tab-content{
    box-shadow:none;
    padding: 0px 20px 60px 20px;
    background: rgb(255 255 255 / 21%);
  }
  .fish .container{
    /* padding-bottom: 60px; */
    padding-top: 60px;
  }
  .btn-slot{
    background-image: url(../images/button-slot.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-width: 200px;
    color: #fff;
    letter-spacing: 4px;
    font-weight: 400 !important;
    text-shadow: none;
    margin: 0 -15px;
  }
  
  .fish .en-title{
    color: #fff;
  }
  .fish .member{
    align-items: center;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
  }
  .fish .member .member-img {
    padding: 8px 8px 0px 8px;
    position: relative;
  }
  .fish .member:hover .member-img {
    padding: 4px 4px 0px 4px;
    transition: .4s;
  }
  .slot .member .member-info {
    text-align: center;
  }
  
  .fish .member .member-info h4 {
    font-weight: 700;
    margin: 15px 0 5px 0;
    color: #ffffff;
    font-size: 22px;
    text-shadow: 0 0 7px rgb(48 139 226);
  }
  
  .fish .member .member-info span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
  }
  
  .fish .member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #888888;
  }
  .btn-fish{
    background:url(../images/button-fish.png) no-repeat;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-width: 200px;
    color: #fff;
    letter-spacing: 4px;
    font-weight: 400 !important;
    text-shadow: none;
    margin: 0 -15px;
  }


  @media (max-width: 767px) {
    .fish .container{
      padding-bottom: 10px;
      padding-top: 20px;
    }
    .fish .section-title h2 {
      color: #3d392e;
    }
    .fish .section-title .en-title{
      color: #aeaeae;
    }
    .fish-nav-div{
      padding: 0px 15px 0 15px !important;
      margin-bottom: 10px;
    }
    .fish-nav {
      border-bottom: 1px solid #fff;
    }
    .fish-nav .nav-item picture source, .fish-nav .nav-item picture img {
      height: 20px;
    }
    .fish-nav li .nav-link{
      padding: 12px 10px 12px 10px;
      text-align: center;
      margin-right: 2px;
      background: #c5c5c5;
      color: #333;
      border: #ffffff 1px solid;
      border-bottom: 0px;
      font-size: 16px !important;
    }
    .fish-nav .nav-link.active {
      background: rgb(161 161 161);
      box-shadow: 0px -1px 10px #ffffff;
    }
    .fish .tab-content{
      padding: 0;
      background: transparent;
    }
    .fish .member {
      margin-bottom: 20px;
      overflow: hidden;
      padding: 12px 0px 0px 12px;
    }
  
    .fish .member .member-info{
      clear: both;
      position: inherit;
      padding: 12px;
    }
    .fish .member .member-info h4 {
      color:#5C5652;
      text-shadow: none;
    }
    .fish .member .member-info span{
      color: #39a0e9;
    }
  }

/*--------------------------------------------------------------
# chess
--------------------------------------------------------------*/
.chees {
  background-image: url(../images/chess-bg0.webp);
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list a {
  display: contents;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 25px;
  cursor: pointer;
}
.faq .faq-list .btn {
  display: initial;
  padding: 6px 24px;
  font-size: 1rem;
}
.faq .faq-list img{
  position: relative;
}
.faq .faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 1rem 3rem;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #f44336;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}
.faq.news .container{
  /* max-width: 80%; */
}
@media (max-width: 768px) {
  .faq .faq-list p {
    padding: 1rem 1rem;
  }
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 40px 0;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #2f2f2f;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  position: relative;
}

#footer::before {
  /* content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1; */
}
#footer ul{margin: 30px 0 0 0;}

#footer ul li{
  list-style: none;
  margin: 10px;
  display: inline-block;
}
#footer .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 0;
}

#footer .footer-top .footer-logo img {
  height: 80px;
}

#footer .footer-top h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 30px 0 0 0;
  margin-bottom: 0;
}

#footer .footer-top p {
  font-size: 1rem;
  line-height: 1.5;
  font-style: italic;
  margin: 30px 0 0 0;
  padding: 0;
}

#footer .footer-top .footer-newsletter {
  text-align: center;
  font-size: 1rem;
  margin-top: 30px;
}

#footer .footer-top .social-links {
  margin-top: 30px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #f44336;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #5ab652;
  text-decoration: none;
}

#footer .footer-bottom {
  border-top: 1px solid #222222;
  z-index: 2;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  padding-top: 5px;
}


/*--------------------------------------------------------------
# SEO
--------------------------------------------------------------*/
.product-item h3{
  font-size: 1.2rem;
  font-weight: 600;
}

section.seo {
  border-top: 3px solid #eee;
  background: #e5e5e5;
  padding: 60px 0;
}
section.seo .container{
  padding-bottom: 0;
}
/*--------------------------------------------------------------
# modal
--------------------------------------------------------------*/
.modal-header {
  background: #5c564d;
  color: #fff;
  font-weight: 900;
}
.modal-header .close {
  color: #FFF;
  font-weight: 400;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.login_form .form-control {
  font-size: 18px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid;
  background: 0 0;
}
.login_form label {
  margin: 10px 6px;
  font-size: 18px;
  color: #5c564d;
}
/*======================login-els=====================*/
.login-else, .register_else{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-else h4, .register h4{
  color: #2c3d5b;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 12px;
}
.login-else .hr ,.register_else .hr{
  width: 100%;
  height: 1px;
  margin: 16px 0;
  background: #8f8f8f;
}
.register_else .hr{
  margin: 40px 0;
}
.else-btn {
  display: flex;
    width: 275px !important;
    height: 50px;
    background: -webkit-linear-gradient(90deg,#5BC2E7 20%, #ffe97d,#5BC2E7 90% );
    border-radius: 40px;
    padding: 6px 20px;
    margin: 5px 0;
    align-items: center;
    justify-content: space-between;
}
.else-btn.google{
    padding: 0;
    background:linear-gradient( 127deg,
    #4285f4 0%, #4285f4 15%,
    #DB4437 15%, #DB4437 20%,
    #f4b400 20%, #f4b400 30%,
    #0f9d58 20%, #0f9d58 100%);
}
.google div{
  color: #DB4437;
  background: #ffffff;
  width: 272px !important;
  height: 47px;
  border-radius: 40px;
  padding: 6px 20px;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.else-btn.line{
  background: #06c755;
  color: #fff;
  border: 2px solid #0ce762;
}
.else-btn span {
  width: 80%;
  text-align: left;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
  border-left: 1px solid;
  padding-left: 16px;
}
.else-btn img{
  max-width: 40px;
  padding: 5px;
}

#notice li{
  margin-bottom: 12px;
  border-bottom: 1px dotted #d5d5d5;
}
/*--------------------------------------------------------------
# Register
--------------------------------------------------------------*/
section#register {
  /*
  margin-top: 10%;
  */
  min-height: 60vh;
  padding: 60px 40px;
}
.gamebreadcrumbs{padding: 40px 0;}
.gamebreadcrumbs .active{
  color: #f44336;
  font-weight: 600;
}

/*-----------------------------------
    ft_menu
------------------------------------*/

.ft-navbar {
  background: rgb(242,246,248);
  /* border-top: solid 1px #c5c5c5; */
  padding: 2px 0 18px 0;
  box-shadow: 0px -6px 8px 0px rgb(181 198 208 / 41%);
}

.ft-navbar ul {
  margin: auto;
  height: 40px;
}
.ft-navbar ul li {
  list-style: none;
  padding: 6px 10px;
  text-align: center;
  min-width: 46px;
}
.ft-link-home {
  position: relative;
  bottom: 17px;
  width: 120px;
  height: 54px;
  z-index: 10;
  text-align: center;
}
.ft-link-home .home {
  text-align: center;
  margin: auto -7.7px;
}
.ft-link-home .home img{
  margin: 4px 0px;
}
.ft-link-home .home div{
  font-size: .6em;
  line-height: 2.4;
  width: 50px;
  margin: -26px 14px;
}
a.ft-link {
  line-height: 0;
  font-size: .6em;
}
.ft-link img {
  margin-bottom: 4px;
}
a.ft-link div{
  margin: 4px auto;
    text-align: center;
}