/*.header-btn {
    border-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    color: var(--text-color);
    padding: 4px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .header-btn--signin {
    background: linear-gradient(180deg, #0095ff 0%, #0855c4 100%);
  }
  
  .header-btn--signup {
    background: linear-gradient(180deg, #31bc69 0%, #089e4e 100%);
  }
  
  .slick-dots li {
    padding: 0;
    margin: 0 3px;
    width: auto;
    height: auto;
  }
  
  .slick-dots li button {
    background: rgba(255, 255, 255, 0.6);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
  }
  
  .slick-dots li button:before {
    content: none;
  }
  
  .slick-dots li.slick-active button {
    width: 24px;
    border-radius: 10px;
    background: var(--primary-color);
  }
  
  .section-first {
    margin-top: 30px;
  }
  .section-head {
    color: var(--text-highlight-color);
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    position: relative;
  }
  
  .section-head::before,
  .section-head::after {
    content: "";
    height: 6px;
    width: 370px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    display: block;
  }
  
  .section-head::before {
    background-image: url(../images/head-line-left.png);
    left: 0;
  }
  
  .section-head::after {
    background-image: url(../images/head-line-right.png);
    right: 0;
  }
  
  section.section-first p.mx {
    max-width: 600px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    margin-top: 20px;
  }
  
  a.btn-playnow {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #7e3ae9;
    border: 1px solid var(--text-highlight-color);
    box-shadow: 0px 0px 9px rgba(238, 195, 85, 0.8);
    border-radius: 10px;
    width: 160px;
    height: 45px;
    margin: auto;
  }
  
  a.btn-playnow:hover {
    box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.8);
  }
  
  .section-first .list-banding {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  
  .section-content {
    display: flex;
    gap: 70px;
    padding: 50px 0;
  }
  
  .section-content-head {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
  }
  
  .section-content-title {
    font-weight: 300;
    font-size: 56px;
    line-height: 64px;
    color: var(--text-highlight-color);
    text-align: left;
    margin-top: 15px;
  }
  
  .section-content-desc {
    text-align: left;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    margin-top: 15px;
  }
  
  .section-content-left {
    flex: 0 0 auto;
  }
  
  .section-third {
    padding: 50px 0;
  }
  
  .section-third .section-desc {
    max-width: 600px;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    margin: auto;
    margin-top: 20px;
  }
  
  .section-game-list {
    display: flex;
    justify-content: space-between;
  }
  .section-game-item {
    text-align: center;
  }
  .section-game-item img {
    margin: auto;
    margin-bottom: 20px;
  }
  .section-game-item p {
    max-width: 160px;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
  }
  .section-game-item p a {
    color: #fbda9b;
  }
  
  a.btn-base {
    padding: 7px 25px;
    border: 1px solid var(--text-highlight-color);
    border-radius: 10px;
    background-color: var(--body-light-color);
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
  }
  
  a.btn-base:hover {
    box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.8);
  }
  

  .gallery-item{
    padding: 3px !important;
  }

  .gallery-caption{
    color: #e4da07;
  }

  #gallery-1 img {
    border: 2px solid #eb9126;
    border-radius: 15px;
}*/