@charset "UTF-8";
* {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

body {
  background: url(../images/bg.webp) no-repeat center/cover fixed;
  color: #ffffff;
  margin: 0;
}
body.free-spin {
  background: url(../images/SL-112920-38420-11.webp) no-repeat center/cover fixed;
}
body > div:first-of-type {
  margin-top: 46px;
}
@media screen and (max-width: 500px) {
  body > div:first-of-type {
    margin-top: 62px;
  }
}
body #useBonusCode {
  margin-top: 0;
}
body #useBonusCode .modal-dialog .modal-content {
  background: var(--bs-black);
  border: 2px solid var(--bs-custom-one);
}
body #useBonusCode .modal-dialog .modal-content .modal-header {
  background: linear-gradient(to bottom, var(--bs-white-50), transparent 20% 80%, var(--bs-black-50)), linear-gradient(to right, var(--bs-custom-one), var(--bs-custom-two), var(--bs-custom-one));
  color: var(--bs-black);
}
body #useBonusCode .modal-dialog .modal-content .btn-custom {
  border: 4px solid var(--bs-custom-one);
}

:root {
  --bs-black: #000000;
  --bs-black-50: #00000080;
  --bs-gray-one: #2f2f2f;
  --bs-gray-two: #cccccc;
  --bs-gray-three: #f8f9fa;
  --bs-white: #ffffff;
  --bs-white-50: #ffffff80;
  --bs-custom-one: #F5F5DC;
  --bs-custom-one-50: #F5F5DC80;
  --bs-custom-two: #D2B48C;
  --bs-custom-two-50: #D2B48C80;
  --bs-custom-three: #fbb70e;
  --bs-custom-three-50: #fbb70e80;
  --bs-custom-four: #e56d01;
  --bs-custom-five: #5e594d;
  --bs-custom-six: #feb614;
  --bs-custom-seven: #de3525;
  --bs-nav-color: #ffffff;
  --bs-table-bg: #ffffff;
  --bs-header-color: #000000;
}

a {
  color: var(--bs-custom-two);
}
a:hover {
  color: var(--bs-custom-one);
}

.custom-six {
  color: var(--bs-custom-six);
}

.custom-seven {
  color: var(--bs-custom-seven);
}

img {
  width: 100%;
}

.btn-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 48px;
  border: 4px solid transparent;
  border-radius: 16px;
  box-shadow: 0 0 10px inset;
  color: var(--bs-custom-three);
  position: relative;
  background-color: var(--bs-header-color);
  background-clip: padding-box;
  text-decoration: none;
}
.btn-custom::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  margin: -4px;
  border-radius: inherit; /*important*/
  background: linear-gradient(to bottom, var(--bs-white-50), transparent 5% 95%, var(--bs-black-50)), linear-gradient(to right, var(--bs-custom-one), var(--bs-custom-two), var(--bs-custom-one));
}

ul, ol {
  padding-left: 2rem;
}

.ol {
  display: block;
  counter-reset: num;
  margin-bottom: 1rem;
}
.ol .oli {
  display: block;
}
.ol .oli::before {
  counter-increment: num;
  content: counter(num) ".";
  margin-right: 4px;
}

.ul {
  display: block;
  counter-reset: num1;
  margin-bottom: 1rem;
}
.ul .uli {
  display: block;
}
.ul .uli::before {
  counter-increment: num1;
  content: "●" !important;
  margin-right: 4px;
}

.row {
  width: 100%;
  margin: auto !important;
}

@media (max-width: 575px) {
  .container-fluid.pb-5 {
    padding-bottom: 0 !important;
  }
}
.container-fluid.bg-custom-color {
  color: var(--bs-header-color);
}
.container-fluid.bg-custom-color::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 10%;
  background: linear-gradient(354.3deg, var(--bs-custom-one) 50%, transparent 50%);
}
.container-fluid.bg-custom-color.none::before {
  content: none;
}
.container-fluid.bg-custom-color .bg-black {
  color: var(--bs-white);
}
.container-fluid.bg-custom-color .bg-color {
  background: var(--bs-custom-one);
  padding: 2rem 0;
}
@media screen and (max-width: 575px) {
  .container-fluid.bg-custom-color .bg-color {
    padding: 0;
  }
}
.container-fluid.bg-custom-color .bg-img {
  min-height: 76vh;
  background: url(../images/warn-bg.webp) no-repeat center/cover;
  color: var(--bs-white);
  padding: 2rem 0;
}
@media screen and (max-width: 575px) {
  .container-fluid.bg-custom-color .bg-img {
    padding: 0;
    background: url(../images/warn-bg.webp) no-repeat 17.5%/cover;
  }
}
.container-fluid.bg-custom-color .bg-img .container {
  height: 100%;
}
.container-fluid.bg-custom-color .bg-img .container .row {
  display: flex;
  justify-content: end;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .container-fluid.bg-custom-color .bg-img .container .row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.container-fluid.bg-custom-color .bg-img .container .row .warn-web {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
@media screen and (max-width: 575px) {
  .container-fluid.bg-custom-color .bg-img .container .row .warn-web {
    width: 100%;
  }
}
.container-fluid.bg-custom-color .bg-img .container .row .warn-web .warn-swiper {
  width: 100%;
}
.container-fluid.bg-custom-color .bg-img .container .row .warn-web .warn-swiper .warn-grid {
  width: 100%;
}
.container-fluid.bg-custom-color .bg-img .container .row .warn-web .warn-swiper .warn-grid .warn-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--bs-white);
  border-radius: 1rem;
  border: 4px solid var(--bs-custom-six);
  box-shadow: 0 0 8px 8px var(--bs-custom-seven) inset;
  color: var(--bs-custom-seven);
  text-align: center;
  padding: 8px;
}
.container-fluid.bg-custom-color .bg-img .container .row .warn-web .warn-swiper .warn-grid .warn-card i {
  font-size: 3rem;
  text-align: center;
}
.container-fluid.bg-custom-color .bg-img .container .row .warn-web .warn-swiper .swiper-button-prev::after,
.container-fluid.bg-custom-color .bg-img .container .row .warn-web .warn-swiper .swiper-button-next::after {
  color: var(--bs-custom-four);
}

.container.p-custom {
  padding: 2rem 0rem;
}

.best-web-swiper {
  padding: 0 0.5rem;
}

.ranking-table {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 8px;
  background: var(--bs-custom-four);
  border-radius: 1rem;
  color: var(--bs-black);
}
@media screen and (max-width: 575px) {
  .ranking-table .thead {
    display: none;
  }
}
.ranking-table .thead .tr {
  background: var(--bs-custom-three);
  color: var(--bs-white);
}
.ranking-table .tbody {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 8px;
}
.ranking-table .tbody.top-group {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 575px) {
  .ranking-table .tbody.top-group {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ranking-table .tbody .tr:hover {
  background: var(--bs-custom-two-50);
}
.ranking-table .tbody a {
  background: var(--bs-custom-seven);
  border-radius: 0.5rem;
  color: var(--bs-custom-one);
  text-decoration: none;
  padding: 8px 32px;
}
.ranking-table .tbody a:hover {
  box-shadow: 0 0 6px var(--bs-black) inset;
}
.ranking-table .tbody i {
  position: absolute;
  top: -2px;
  left: -2px;
  border-left: 50px solid var(--bs-custom-four);
  border-bottom: 50px solid transparent;
  border-radius: 6px 0;
  text-shadow: 2px 2px var(--bs-black);
  z-index: 1;
}
.ranking-table .tbody i::after {
  content: attr(data-num);
  position: absolute;
  top: 1px;
  left: -45px;
  color: var(--bs-white);
  font-weight: bold;
}
.ranking-table .tbody img {
  width: 50%;
}
.ranking-table .tr {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.5fr 1.5fr 1fr 1fr;
  padding: 8px;
  background: var(--bs-custom-one);
  border-radius: 0.75rem;
}
@media screen and (max-width: 575px) {
  .ranking-table .tr {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.ranking-table .tr.top {
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
.ranking-table .tr.top .btn-group {
  flex-direction: row !important;
}
.ranking-table .tr.top i {
  border-left: 100px solid var(--bs-custom-four);
  border-bottom: 100px solid transparent;
  font-size: 2rem;
}
.ranking-table .tr.top i::after {
  top: 1px;
  left: -90px;
}
.ranking-table .tr.top .th {
  background: var(--bs-custom-two);
}
.ranking-table .tr.placeholder {
  cursor: auto;
}
.ranking-table .tr.placeholder:hover {
  background: var(--bs-custom-one);
}
.ranking-table .tr.placeholder span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ranking-table .tr .th {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .ranking-table .tr .th:nth-child(n+3) {
    background: var(--bs-custom-two-50);
    padding: 8px;
  }
}
.ranking-table .tr .th.logo-img {
  background: var(--bs-white);
}
.ranking-table .tr .th span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, var(--bs-black), transparent);
  color: var(--bs-custom-one);
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .ranking-table .tr .th span {
    font-size: 3rem;
  }
}
.ranking-table .tr .th span.small {
  font-size: 1.25rem;
}
.ranking-table .tr .th ul {
  margin-bottom: 0;
}
.ranking-table .tr .th.btn-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: transparent;
  padding: 0;
}
@media screen and (max-width: 575px) {
  .ranking-table .tr .th.btn-group {
    flex-direction: row;
  }
}
.ranking-table .tr .th.btn-group a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.promotional-table {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 4px;
  background: var(--bs-table-bg);
  border-radius: 1rem;
  color: var(--bs-black);
}
.promotional-table .thead .tr {
  background: var(--bs-custom-three);
  color: var(--bs-white);
}
.promotional-table .tbody {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 4px;
}
.promotional-table .tbody .tr:hover {
  background: var(--bs-custom-two-50);
}
.promotional-table .tr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 16px 8px;
  border-radius: 0.75rem;
  color: var(--bs-black);
  text-decoration: none;
}
.promotional-table .tr .th {
  display: flex;
  align-items: center;
}

.warn-web-card {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 8px;
  background: var(--bs-custom-seven);
  border-radius: 1rem;
  color: var(--bs-black);
  padding: 0.5rem;
}
.warn-web-card .logo-img {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--bs-black);
  border-radius: 0.5em 0.5em 0 0;
}
.warn-web-card .logo-img span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--bs-black);
  color: var(--bs-custom-seven);
  text-align: center;
  padding: 0.25rem;
}
.warn-web-card .warn-web-introduce {
  padding: 0.5rem;
  background: var(--bs-black-50);
  color: var(--bs-white);
  border-radius: 0 0 0.5em 0.5em;
}
.warn-web-card .warn-web-introduce div {
  font-size: 1.25rem;
}
.warn-web-card .warn-web-introduce ul {
  margin: 0;
}
.warn-web-card .try-btn {
  background: var(--bs-teal);
  border-radius: 0.5rem;
  box-shadow: 0 0 0px 2px var(--bs-teal) inset, 0 0 0px 4px var(--bs-white) inset;
  color: var(--bs-white);
  text-align: center;
  text-decoration: none;
  padding: 8px;
}

.best-web-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-gap: 8px;
  background: var(--bs-teal);
  border-radius: 1rem;
  color: var(--bs-white);
  padding: 0.5rem;
}
.best-web-card .logo-img {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--bs-white);
  border-radius: 0.5em 0.5em 0 0;
}
.best-web-card .logo-img span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--bs-white);
  color: var(--bs-custom-seven);
  text-align: center;
  padding: 0.25rem;
}
.best-web-card .logo-img span.small {
  font-size: 1.25rem;
}
.best-web-card .best-web-introduce {
  padding: 0.5rem;
  background: var(--bs-white-50);
  color: var(--bs-black);
  border-radius: 0 0 0.5em 0.5em;
}
.best-web-card .best-web-introduce ul {
  margin: 0;
}
.best-web-card .best-web-introduce .min-deposit {
  font-size: 1.25rem;
  text-align: center;
}
.best-web-card .btn-group {
  display: flex;
  gap: 8px;
}
.best-web-card .btn-group a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 50%;
  background: var(--bs-custom-four);
  border-radius: 0.5rem;
  color: var(--bs-white);
  text-decoration: none;
}

.navbar-custom {
  background: linear-gradient(to bottom, var(--bs-white-50), transparent 20% 80%, var(--bs-black-50)), linear-gradient(to right, var(--bs-custom-one), var(--bs-custom-two), var(--bs-custom-one));
  z-index: 10;
}
.navbar-custom .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .navbar-custom .container-fluid {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.navbar-custom .container-fluid .navbar-brand {
  margin: 0 0 0 0.5rem;
}
.navbar-custom .container-fluid .navbar-brand img {
  height: 36px;
}
.navbar-custom .container-fluid .navbar-toggler {
  margin-right: 0.5rem;
}
.navbar-custom .container-fluid .navbar-nav {
  padding: 0 1rem;
}
@media (max-width: 575px) {
  .navbar-custom .container-fluid .navbar-nav {
    background: rgba(255, 255, 255, 0.75);
    padding: 0;
  }
}
.navbar-custom .container-fluid .navbar-nav .nav-item:hover {
  box-shadow: 0 0 4px var(--bs-black) inset;
}
.navbar-custom .container-fluid .navbar-nav .nav-item .nav-link {
  color: var(--bs-header-color);
}
@media (max-width: 992px) {
  .navbar-custom .container-fluid .dropdown-menu {
    border-radius: 0;
  }
  .navbar-custom .container-fluid .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

.float-btn {
  position: absolute;
  right: 4px;
  top: 75%;
  width: 160px;
  height: 160px;
  cursor: pointer;
  transition: top 0.5s ease;
  animation: glowPulse 1.5s infinite ease-in-out;
  z-index: 2;
}
@keyframes glowPulse {
  0% {
    filter: drop-shadow(0 0 0px var(--bs-custom-three));
  }
  50% {
    filter: drop-shadow(0 0 12px var(--bs-custom-three));
  }
  100% {
    filter: drop-shadow(0 0 0px var(--bs-custom-three));
  }
}
.float-btn span {
  position: absolute;
  top: 40%;
  left: 50%;
  color: var(--bs-custom-one);
  font-size: 1rem;
  text-shadow: 1px 1px var(--bs-custom-seven);
}
.float-btn span i {
  position: absolute;
  top: 0.25rem;
  right: 0;
  color: var(--bs-custom-seven);
  font-size: 3rem;
  text-shadow: 2px 2px var(--bs-custom-six);
}

.promotiom-modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 56px);
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.75);
}
.promotiom-modal .modal-content {
  background: linear-gradient(to bottom, var(--bs-white-50), transparent 20% 80%, var(--bs-black-50)), linear-gradient(to right, var(--bs-custom-one), var(--bs-custom-two), var(--bs-custom-one));
  border: 4px solid #fe0500;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  width: 50%;
  height: 90%;
  overflow: auto;
}
.promotiom-modal .modal-content h2 {
  color: var(--bs-black);
  margin: 0 auto 16px;
}
.promotiom-modal .modal-content .content-flex {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.promotiom-modal .modal-content .content-flex img {
  max-width: 100%;
}
.promotiom-modal .modal-content .content-flex div {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  color: var(--bs-custom-four);
  font-size: 1rem;
}
.promotiom-modal .modal-content .content-flex p {
  margin-bottom: 0.25rem;
}
.promotiom-modal .modal-content .content-flex table {
  width: 100%;
}
.promotiom-modal .modal-content .content-flex thead, .promotiom-modal .modal-content .content-flex tbody {
  border-bottom-width: 1px;
}
.promotiom-modal .modal-content .content-flex thead {
  background-color: var(--bs-custom-three);
  color: var(--bs-custom-one);
}
.promotiom-modal .modal-content .content-flex th, .promotiom-modal .modal-content .content-flex td {
  border-right-width: 1px;
}
.promotiom-modal .modal-content .content-flex th:last-child, .promotiom-modal .modal-content .content-flex td:last-child {
  border-right-width: 0px;
}
.promotiom-modal .modal-content .content-flex .signup-btn {
  width: 50%;
  background: #ee661c;
  border: 6px solid #fe0500;
  border-radius: 16px;
  box-shadow: 0 0 16px 4px var(--bs-black) inset;
  color: var(--bs-white);
  font-size: 2rem;
  text-align: center;
  text-decoration: none;
  text-shadow: 2px 2px var(--bs-black);
  margin: 16px auto 0;
}
.promotiom-modal .modal-content .content-flex .trem {
  width: 100%;
  background: var(--bs-custom-two);
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: 0.875rem;
  padding: 12px;
}
.promotiom-modal .modal-content .close {
  position: absolute;
  right: 12px;
  top: 10px;
  color: var(--bs-custom-three);
  font-size: 48px;
  font-weight: bold;
  line-height: 36px;
  cursor: pointer;
}
.promotiom-modal .modal-content .close:hover {
  color: var(--bs-custom-four);
}

.text-shadow-1 {
  color: var(--bs-header-color);
  text-shadow: 2px 2px var(--bs-custom-one), 2px 0px var(--bs-custom-one), 2px -2px var(--bs-custom-one), 0px -2px var(--bs-custom-one), -2px -2px var(--bs-custom-one), -2px 0px var(--bs-custom-one), -2px 2px var(--bs-custom-one), 0px 2px var(--bs-custom-one), 4px 4px var(--bs-custom-two);
}

.text {
  padding: 5vw;
  z-index: 1;
}
.text::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0%;
  width: 100%;
  height: 80%;
  background: var(--bs-custom-one-50);
  border-radius: 35% 20%/25% 50%;
  z-index: -1;
}
@media (max-width: 575px) {
  .text {
    margin-top: -33%;
  }
}
.text .text-shadow-1 {
  text-shadow: 2px 2px var(--bs-custom-one), 2px 0px var(--bs-custom-one), 2px -2px var(--bs-custom-one), 0px -2px var(--bs-custom-one), -2px -2px var(--bs-custom-one), -2px 0px var(--bs-custom-one), -2px 2px var(--bs-custom-one), 0px 2px var(--bs-custom-one), 4px 4px var(--bs-custom-two);
}
.text .text-shadow-1.fs-1 {
  font-size: calc(3.375rem + 1.5vw) !important;
}

.title-box {
  position: relative;
}
.title-box .welcome-box {
  top: 40%;
  right: 25%;
  background: var(--bs-custom-one-50);
  border-radius: calc(1rem + 0.5vw);
  color: var(--bs-header-color);
  font-size: 3vw;
  transform: translate(50%, -50%);
  padding: 2.5%;
}
@media (max-width: 992px) {
  .title-box .welcome-box {
    top: 30%;
    right: 55%;
    font-size: 5vw;
    transform: translate(5%, -50%);
    z-index: 1;
  }
}
.title-box .aviator {
  position: absolute;
  top: 20%;
  left: 0%;
  width: auto;
  height: 60%;
}
.title-box .title-btn-group {
  position: absolute;
  top: 55%;
  right: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(50%, -50%);
  gap: 16px;
}
@media screen and (max-width: 500px) {
  .title-box .title-btn-group {
    top: 75%;
    right: 2.5%;
    width: 95%;
    flex-direction: row;
    transform: translate(0%, -50%);
    gap: 8px;
  }
}
.title-box .title-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background: var(--bs-header-color);
  border-radius: 16px;
  border: 4px solid var(--bs-custom-three);
  color: var(--bs-custom-two);
  cursor: pointer;
  font-size: 2rem;
  text-decoration: none;
  padding: 0 16px;
}
@media screen and (max-width: 500px) {
  .title-box .title-btn {
    height: 50px;
    font-size: 0.825rem;
    padding: 0 8px;
  }
}

.index-game-introduce .tab-pane {
  border: 2px solid var(--bs-custom-three);
  border-radius: 0.375rem;
  background: var(--bs-custom-three) linear-gradient(45deg, var(--bs-custom-one-50), var(--bs-custom-two-50), var(--bs-custom-one-50));
}
.index-game-introduce a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  margin-left: auto;
  color: var(--bs-black);
}

#carousel {
  perspective: 1000px;
  overflow: hidden;
}
#carousel #scene {
  width: 55%;
  margin: 40px auto 0 auto;
  transform-style: preserve-3d;
  transition: transform 0.5s;
}
@media (max-width: 992px) {
  #carousel #scene {
    width: 70%;
  }
}
@media (max-width: 767px) {
  #carousel #scene {
    width: 80%;
  }
}
@media (max-width: 575px) {
  #carousel #scene {
    width: 90%;
  }
}
#carousel #scene .carousel_item {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  backface-visibility: hidden;
  border: 2px solid var(--bs-custom-two);
}
#carousel #scene .carousel_item:not(:first-of-type) {
  position: absolute;
  left: 0;
  top: 0;
}
#carousel #carousel_btn {
  width: 100px;
  margin: 20px auto 0 auto;
  -moz-user-select: none;
  -webkit-user-select: none;
          user-select: none;
}
#carousel #carousel_btn .btn {
  width: 45px;
  height: 45px;
  line-height: 41px;
  padding: 0;
  box-sizing: border-box;
  border-radius: 50%;
  float: left;
  border: 2px solid var(--bs-gray-two);
  color: var(--bs-gray-two);
  font-family: sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
}
#carousel #carousel_btn .btn:hover {
  color: var(--bs-white);
  background-color: var(--bs-gray-one);
}
#carousel #carousel_btn > div:first-child {
  margin-right: 10px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: var(--bs-black-50);
  color: var(--bs-white);
  z-index: 1000;
}
.overlay .popup {
  position: relative;
  display: flex;
  background-color: var(--bs-black);
  border-radius: 8px;
  box-shadow: 0 0 30px 20px var(--bs-custom-three);
  max-width: 960px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 575px) {
  .overlay .popup {
    width: 90%;
  }
}
.overlay .popup video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.overlay .popup .popup-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px;
  z-index: 1;
}
.overlay .popup .popup-main .popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.overlay .popup .popup-main .popup-header .popup-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.overlay .popup .popup-main .popup-header .close-btn {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #999;
}
.overlay .popup .popup-main .popup-content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  max-height: 60vh;
  overflow: auto;
}
.overlay .popup .popup-main .popup-content a {
  width: 25%;
}
@media (max-width: 575px) {
  .overlay .popup .popup-main .popup-content a {
    width: 100%;
  }
}
.overlay .popup .popup-main .popup-content a.rg-btn {
  align-self: center;
  width: 100%;
  background: #e5f400;
  color: var(--bs-black);
  text-align: center;
  text-decoration: none;
  padding: 2px 8px;
  animation: invert 1s steps(1, end) infinite;
}
@keyframes invert {
  0% {
    filter: invert(0);
  }
  50% {
    filter: invert(1);
  }
  100% {
    filter: invert(0);
  }
}
.overlay .popup .popup-main .popup-content div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 75%;
  line-height: 1.75rem;
  padding: 0 16px;
}
@media (max-width: 575px) {
  .overlay .popup .popup-main .popup-content div {
    width: 100%;
    padding: 0;
  }
}
.overlay .popup .popup-main .popup-content div.trem {
  width: 100%;
  background: var(--bs-custom-two);
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: 0.875rem;
  padding: 12px;
}
.overlay .popup .popup-main .popup-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--bs-custom-one);
  border-radius: 4px;
  color: var(--bs-black);
  padding: 4px 8px;
}
.overlay .popup .popup-main .popup-footer .checkbox-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 575px) {
  .overlay .popup .popup-main .popup-footer .checkbox-container {
    gap: 4px;
  }
}
.overlay .popup .popup-main .popup-footer .confirm-btn {
  background-color: var(--bs-custom-six);
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
}
.overlay.hidden {
  display: none;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.grid-container .grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid transparent;
  border-radius: 16px;
  box-shadow: 0 0 10px inset;
  color: var(--bs-black);
  position: relative;
  background-color: var(--bs-white);
  background-clip: padding-box;
  text-decoration: none;
}
@media (max-width: 992px) {
  .grid-container .grid-item {
    padding: 4px;
  }
}
.grid-container .grid-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: -4px;
  border-radius: inherit; /*important*/
  background: linear-gradient(to bottom, var(--bs-white-50), transparent 5% 95%, var(--bs-black-50)), linear-gradient(to right, var(--bs-custom-one), var(--bs-custom-two), var(--bs-custom-one));
  z-index: -1;
}
.grid-container .grid-item img {
  border-radius: 12px;
}

.border-bg {
  border: 2px solid var(--bs-custom-three);
  border-radius: 0.375rem;
  background: linear-gradient(45deg, var(--bs-custom-one-50), var(--bs-custom-two-50), var(--bs-custom-one-50));
}

.nav {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
.nav .nav-link {
  width: 135px;
  background: linear-gradient(to bottom, var(--bs-white-50), transparent 20% 80%, var(--bs-black-50)), linear-gradient(to right, var(--bs-custom-six), var(--bs-custom-two), var(--bs-custom-six));
  color: var(--bs-header-color);
}
@media screen and (max-width: 575px) {
  .nav .nav-link {
    width: 62px;
    padding-left: 0;
    padding-right: 0;
  }
}
.nav .nav-link.active, .nav .nav-link:hover {
  box-shadow: 0 0 4px var(--bs-black) inset;
  background: linear-gradient(to right, var(--bs-custom-six), var(--bs-custom-two), var(--bs-custom-six));
}

.tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}
.tab-content .tab-pane .row {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

.pros-card {
  background: rgba(112, 242, 116, 0.8745098039);
  border: 4px solid #3fef44;
  border-radius: 0.5rem;
  box-shadow: 0 0 10px var(--bs-black) inset;
  padding: 1rem;
}
.pros-card p {
  color: #0d6d10;
}

.cons-card {
  background: rgba(242, 110, 110, 0.8745098039);
  border: 4px solid #ef3f3f;
  border-radius: 0.5rem;
  box-shadow: 0 0 10px var(--bs-black) inset;
  padding: 1rem;
}
.cons-card p {
  color: #a81616;
}

.top-btn {
  bottom: 8px;
  right: 8px;
  background: linear-gradient(to bottom, var(--bs-white-50), transparent 20% 80%, var(--bs-black-50)), linear-gradient(to right, var(--bs-custom-one), var(--bs-custom-two), var(--bs-custom-one));
  border-radius: 50%;
  color: var(--bs-white);
  padding: 8px;
}

.card-custom {
  position: relative;
  background: var(--bs-custom-two);
}
.card-custom::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background: linear-gradient(45deg, var(--bs-custom-one), var(--bs-custom-two), var(--bs-custom-one));
  border-radius: 0.5rem;
  z-index: -1;
}
.card-custom .img-bg {
  width: 96px;
  background: var(--bs-white);
  border-radius: 50%;
  padding: 16px;
  margin: auto;
}

.swiper-box-banner {
  position: relative;
  overflow: hidden;
}
.swiper-box-banner .swiper-container-banner .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-box-banner .swiper-container-banner .swiper-slide img {
  width: auto;
  max-width: 100%;
}
.swiper-box-banner .swiper-pagination-bullet {
  background: var(--bs-white-50);
}
.swiper-box-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--bs-custom-three);
}
.swiper-box-banner .swiper-pagination {
  position: initial;
}

.bg2-b-l {
  background: url(../images/PG2/2-2.webp) no-repeat center/contain;
}
.bg2-b-l .title {
  position: relative;
  display: flex;
  align-items: center;
}
.bg2-b-l .title .title-icon {
  width: auto;
  height: 7.5vh;
}
.bg2-b-l .title .title-wd {
  position: relative;
  left: -2.5%;
  width: auto;
  height: 7.5vh;
}
.bg2-b-l .pg2-b-l {
  text-align: center;
  font-style: normal;
}
@media screen and (max-width: 756px) {
  .bg2-b-l .pg2-b-l {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
.bg2-b-l .pg2-b-l .wd-1 {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-size: 2.5vw;
  line-height: 2.5vw;
}
@media screen and (max-width: 756px) {
  .bg2-b-l .pg2-b-l .wd-1 {
    font-size: 6.5vw;
    line-height: 6.5vw;
  }
}
.bg2-b-l .pg2-b-l .wd-2 {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-size: 8vw;
  line-height: 8vw;
  text-shadow: 4px 4px var(--bs-custom-six), 0px 4px var(--bs-custom-six), -4px 4px var(--bs-custom-six), -4px 0px var(--bs-custom-six), -4px -4px var(--bs-custom-six), 4px 0px var(--bs-custom-six), 4px -4px var(--bs-custom-six), -16px 0px var(--bs-custom-six), -16px 4px var(--bs-custom-six), -16px -4px var(--bs-custom-six), 9px -4px var(--bs-custom-six), -22px 4px var(--bs-custom-six);
}
@media screen and (max-width: 756px) {
  .bg2-b-l .pg2-b-l .wd-2 {
    font-size: 25vw;
    line-height: 25vw;
  }
}
.bg2-b-l .pg2-b-l .wd-3 {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-size: 2vw;
  line-height: 2vw;
}
@media screen and (max-width: 756px) {
  .bg2-b-l .pg2-b-l .wd-3 {
    font-size: 6vw;
    line-height: 6vw;
  }
}

.pg2-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.pg2-grid div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-white);
  border: 2px solid var(--bs-custom-six);
  color: var(--bs-black);
  text-align: center;
  padding: 8px;
}
.pg2-grid div:nth-child(1), .pg2-grid div:nth-child(2), .pg2-grid div:nth-child(3) {
  color: var(--bs-custom-six);
}
.pg2-grid div:nth-child(10) {
  color: var(--bs-custom-seven);
  grid-column: span 3;
}

.accordion {
  position: relative;
  --bs-accordion-border-color: var(--bs-custom-two);
  z-index: 0;
}
.accordion .accordion-item {
  background: var(--bs-white);
  color: var(--bs-custom-three);
}
.accordion .accordion-item .accordion-button {
  background: var(--bs-custom-one);
  color: var(--bs-custom-three);
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  background: linear-gradient(to bottom, var(--bs-white-50), transparent 5% 95%, var(--bs-black-50)), linear-gradient(to right, var(--bs-custom-one), var(--bs-custom-two), var(--bs-custom-one));
  color: var(--bs-custom-three);
}
.accordion .accordion-item .accordion-button:focus {
  box-shadow: var(--bs-custom-two);
}

.casino-bg-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.casino-bg-2 {
  position: absolute;
  top: 0;
  left: 3%;
  width: 15%;
  z-index: 0;
}

@media (max-width: 575px) {
  .section {
    flex-direction: column;
  }
  .section .nav {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 1rem;
  }
  .section .nav .nav-link {
    width: 100%;
  }
}
.popular-game .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 16px;
}
.popular-game .grid.style-02:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.popular-game .grid.style-02:nth-child(1)::before, .popular-game .grid.style-02:nth-child(1)::after {
  font-size: 2rem;
}
.popular-game .grid .grid-item {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #242529;
  border: 4px solid var(--bs-custom-three);
  border-radius: 0.5rem;
  overflow: hidden;
}
.popular-game .grid .grid-item::before {
  content: attr(data-manufacturer);
  position: absolute;
  top: 1%;
  left: -9%;
  display: block;
  width: 30%;
  background: linear-gradient(90deg, var(--bs-custom-two), var(--bs-custom-one) 25%, var(--bs-custom-one) 75%, var(--bs-custom-two));
  border-top: 2px solid var(--bs-custom-two);
  border-bottom: 2px solid var(--bs-custom-two);
  font-size: 1rem;
  color: var(--bs-header-color);
  text-align: center;
  transform: rotateZ(-45deg);
}
.popular-game .grid .grid-item::after {
  content: attr(data-game-name);
  display: block;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}
.popular-game .grid .grid-item:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.popular-game .grid .grid-item:nth-child(1)::before, .popular-game .grid .grid-item:nth-child(1)::after {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .popular-game .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .popular-game .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .popular-game .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.promotion-page .row {
  row-gap: 24px;
}
.promotion-page .row .btn-promotion {
  width: 100%;
  background: linear-gradient(to bottom, var(--bs-white-50), transparent 20% 80%, var(--bs-black-50)), linear-gradient(to right, var(--bs-custom-one), var(--bs-custom-two), var(--bs-custom-one));
  border: none;
  text-align: start;
  transition: transform 0.4s ease;
}
.promotion-page .row .btn-promotion:hover {
  transform: scale(1.05);
}
.promotion-page .row .btn-promotion .promotion-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.promotion-page .modal-content {
  background: var(--bs-black);
  border: 2px solid var(--bs-custom-six);
}
.promotion-page .modal-content .modal-header {
  background: var(--bs-custom-six);
  border-color: var(--bs-custom-six);
}
.promotion-page .modal-content .modal-body::-webkit-scrollbar {
  width: 8px;
}
.promotion-page .modal-content .modal-body::-webkit-scrollbar-track {
  background: transparent;
}
.promotion-page .modal-content .modal-body::-webkit-scrollbar-thumb {
  background: var(--bs-custom-six);
  border-radius: 5px;
}
.promotion-page .modal-content .modal-body img {
  border: 2px solid var(--bs-custom-seven);
  border-radius: 8px;
}
.promotion-page .modal-content .modal-body .trem {
  background: var(--bs-custom-three-50);
  padding: 12px;
  border-radius: 8px;
}
.promotion-page .modal-content .modal-footer {
  border-color: var(--bs-custom-two);
}
.promotion-page .modal-content .tbody, .promotion-page .modal-content td, .promotion-page .modal-content tfoot, .promotion-page .modal-content th, .promotion-page .modal-content thead, .promotion-page .modal-content tr {
  border-width: 1px;
}

.affiliate-program a, .affiliate-program button {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--bs-custom-four);
  border: 2px solid var(--bs-white);
  border-radius: 4px;
  box-shadow: 0px 0px 8px 6px var(--bs-custom-four);
  color: var(--bs-white);
  font-size: calc(1rem + 0.25vw);
  text-decoration: none;
  padding: 2px 32px;
  margin: 24px auto;
}
@media screen and (max-width: 756px) {
  .affiliate-program a, .affiliate-program button {
    margin: 36px auto;
  }
}
.affiliate-program .col-11 {
  padding: 0;
}
.affiliate-program .container {
  background: url(../images/PG1/1-2.webp) no-repeat top 10% right 5%/25% fixed, url(../images/bg-1.webp) no-repeat center/cover fixed, rgba(0, 0, 0, 0.85);
}
.affiliate-program .container h5 {
  color: var(--bs-custom-five);
  margin-bottom: 3%;
}
@media screen and (max-width: 756px) {
  .affiliate-program .container h5 {
    margin-bottom: 10%;
  }
}
.affiliate-program .container p {
  color: var(--bs-white);
  margin: 0;
}
.affiliate-program .container .title {
  position: relative;
  display: flex;
  align-items: center;
}
.affiliate-program .container .title .title-icon {
  width: auto;
  height: 7.5vh;
}
.affiliate-program .container .title .title-wd {
  position: relative;
  left: -2.5%;
  width: auto;
  height: 7.5vh;
}
.affiliate-program .container .card-group {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7.5%;
}
@media screen and (max-width: 756px) {
  .affiliate-program .container .card-group {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .affiliate-program .container .card-group > .card-box:last-child {
    grid-column: span 2;
    justify-self: center;
    width: 50%;
  }
}
.affiliate-program .container .card-group .card-box {
  position: relative;
  display: flex;
}
.affiliate-program .container .card-group .card-box .card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  border-radius: 8px;
  z-index: 1;
}
.affiliate-program .container .card-group .card-box .card-shadow {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  background: var(--bs-custom-six);
  border-radius: 8px 8px 0px 8px;
}
.affiliate-program .container .card-group .card-box img {
  margin-top: -25%;
}
@media screen and (max-width: 756px) {
  .affiliate-program .container .card-group .card-box img {
    margin-top: 0%;
  }
}
.affiliate-program .container .card-group .card-box .card-wd {
  text-align: center;
}
.affiliate-program .container .card-group .card-box .card-wd p {
  color: var(--bs-black);
  margin: 0;
}
.affiliate-program .container .row-2 {
  justify-content: center;
}
.affiliate-program .container .row-2 .title {
  justify-content: center;
}
.affiliate-program .container .row-2 .group-2 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 756px) {
  .affiliate-program .container .row-2 .group-2 {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 48px;
  }
  .affiliate-program .container .row-2 .group-2 > .card-box:last-child {
    grid-column: span 2;
    justify-self: center;
    width: 50%;
  }
}
.affiliate-program .container .row-2 .group-2 .card {
  background: rgba(0, 0, 0, 0.95) url(../images/PG2/2-3.webp) no-repeat center/contain;
  color: var(--bs-white);
}
.affiliate-program .container .row-2 .group-2 .card.card-2 {
  background: rgba(0, 0, 0, 0.95) url(../images/PG2/2-4.webp) no-repeat center/contain;
}
.affiliate-program .container .row-2 .group-2 .card.card-3 {
  background: rgba(0, 0, 0, 0.95) url(../images/PG2/2-5.webp) no-repeat center/contain;
}
.affiliate-program .container .row-2 .group-2 .card .card-wd {
  padding: 0 5%;
}
.affiliate-program .container .row-2 .group-2 .card img {
  width: auto;
  height: 5vw;
  margin-top: -10%;
}
@media screen and (max-width: 756px) {
  .affiliate-program .container .row-2 .group-2 .card img {
    height: 12.5vw;
  }
}
.affiliate-program .container .row-2 .group-2 .card-shadow {
  top: 12px;
  left: 12px;
  border-radius: 8px;
}
.affiliate-program .container .row-3 form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.affiliate-program .container .row-3 form .form-group {
  height: 48px;
}
.affiliate-program .container .row-3 form .select-social {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.affiliate-program .container .row-3 form .select-social select {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  color: var(--bs-custom-six);
  font-size: 28px;
  padding: 0 8px;
}
@media screen and (max-width: 756px) {
  .affiliate-program .container .row-3 form .select-social select {
    font-size: 16px;
  }
}
.affiliate-program .container .row-3 form > div:nth-child(n+3) {
  grid-column: span 2;
}
.affiliate-program .container .row-3 form > div:nth-child(5) {
  height: 144px;
}
.affiliate-program .container .row-3 form input, .affiliate-program .container .row-3 form textarea {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
  font-size: 28px;
  padding: 0 8px;
}
@media screen and (max-width: 756px) {
  .affiliate-program .container .row-3 form input, .affiliate-program .container .row-3 form textarea {
    font-size: 16px;
  }
}
.affiliate-program .container .row-3 form input::-moz-placeholder, .affiliate-program .container .row-3 form textarea::-moz-placeholder {
  color: var(--bs-custom-six);
}
.affiliate-program .container .row-3 form input::placeholder, .affiliate-program .container .row-3 form textarea::placeholder {
  color: var(--bs-custom-six);
}
.affiliate-program .container .row-3 form button {
  grid-column: span 2;
}
.affiliate-program .container .row-3 .pg3-title {
  width: auto;
  height: 7.5vh;
}
.affiliate-program .container .row-4 .pg4-title {
  width: auto;
  height: 7.5vh;
}
.affiliate-program .container .row-4 .faq-group button {
  display: flex;
  align-items: center;
  width: 100%;
  height: 36px;
  background: var(--bs-custom-six);
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0 16px;
}
.affiliate-program .container .row-4 .faq-group div {
  background: var(--bs-white);
  color: var(--bs-black);
  padding: 16px;
}

#referralModal .modal-content {
  background: linear-gradient(to bottom, #ffcc00 1%, #e26426 100%);
  border: none;
  text-align: center;
}
#referralModal .modal-content .referral-modal-title {
  width: 50%;
}
#referralModal .modal-content .grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 16px;
  padding: 1.5rem 0;
}
@media screen and (max-width: 756px) {
  #referralModal .modal-content .grid {
    grid-gap: 4px;
  }
}
#referralModal .modal-content a {
  display: flex;
  width: 30%;
  margin: auto;
}

.friend-referral {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--bs-white) url(../images/referral/pc-component/bg_1920x2746.webp) no-repeat center/cover;
  margin-top: 0 !important;
}
.friend-referral .referral-poster {
  position: relative;
  display: flex;
  width: 100%;
}
.friend-referral .referral-poster a {
  position: absolute;
  bottom: 3%;
  left: 35%;
  width: 30%;
}
.friend-referral .referral-poster a.back-btn {
  top: 0;
  bottom: unset;
  left: unset;
  height: 11%;
}
.friend-referral .referral-poster a.back-btn svg {
  height: 100%;
}
.friend-referral .referral-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  padding: 3rem 0 0;
}
@media screen and (max-width: 756px) {
  .friend-referral .referral-main {
    padding: 1rem 0 0;
  }
}
.friend-referral .referral-main > div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.friend-referral .referral-main > div .title {
  width: 74%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 756px) {
  .friend-referral .referral-main > div .title {
    width: 85%;
    margin-bottom: 0.5rem;
  }
}
.friend-referral .referral-main > div .subtitle {
  width: 55%;
}
.friend-referral .referral-main > div .btn-referral {
  position: absolute;
  top: 0;
  right: 0;
  width: 10%;
  background: transparent;
  border: none;
  animation: rotateZ 0.8s linear infinite;
  transform-origin: center 56%;
}
@media screen and (max-width: 756px) {
  .friend-referral .referral-main > div .btn-referral {
    position: absolute;
    top: 1%;
    right: -5%;
    width: 12.5%;
  }
}
@keyframes rotateZ {
  0%, 50%, 100% {
    transform: rotateZ(0deg);
  }
  25% {
    transform: rotateZ(20deg);
  }
  75% {
    transform: rotateZ(-20deg);
  }
}
.friend-referral .referral-main > div .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10%;
  padding: 2.5rem 0;
}
.friend-referral .referral-main > div .grid .pc {
  display: block;
}
.friend-referral .referral-main > div .grid .ph {
  display: none;
}
@media screen and (max-width: 756px) {
  .friend-referral .referral-main > div .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: var(--bs-gap, 1.5rem);
    padding: 1rem 0;
  }
  .friend-referral .referral-main > div .grid .pc {
    display: none;
  }
  .friend-referral .referral-main > div .grid .ph {
    display: block;
  }
}
.friend-referral .referral-main > div .login-btn {
  display: flex;
  width: 40%;
}
@media screen and (max-width: 756px) {
  .friend-referral .referral-main > div .login-btn {
    width: 50%;
  }
}
.friend-referral .referral-main > div .earning {
  width: 85%;
  padding: 5rem 0 0;
}
@media screen and (max-width: 756px) {
  .friend-referral .referral-main > div .earning {
    width: 100%;
    padding: 2rem 0 1rem;
  }
}
.friend-referral .referral-main > div .earning .earning-title {
  margin-bottom: 3rem;
}
@media screen and (max-width: 756px) {
  .friend-referral .referral-main > div .earning .earning-title {
    margin-bottom: 1.25rem;
  }
}
.friend-referral .referral-main > div .earning .earning-card {
  position: relative;
  display: flex;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 756px) {
  .friend-referral .referral-main > div .earning .earning-card {
    font-size: 1rem;
    align-items: center;
    margin-bottom: 0rem;
  }
}
.friend-referral .referral-main > div .earning .earning-card img {
  width: 12.5%;
}
@media screen and (max-width: 756px) {
  .friend-referral .referral-main > div .earning .earning-card img {
    width: 20%;
  }
}
.friend-referral .referral-main > div .earning .earning-card div {
  display: flex;
  align-items: center;
  width: 87.5%;
  color: var(--bs-black);
  padding: 16px;
}
@media screen and (max-width: 756px) {
  .friend-referral .referral-main > div .earning .earning-card div {
    width: 80%;
    padding: 22px 8px;
  }
}
.friend-referral .referral-main > div .earning .earning-card div .card-name {
  position: absolute;
  bottom: 0;
  right: 0;
}
.friend-referral .referral-main .earn-btn {
  width: 30%;
  margin-bottom: -2.5rem;
  z-index: 1;
}
@media screen and (max-width: 756px) {
  .friend-referral .referral-main .earn-btn {
    width: 50%;
    margin-bottom: -1rem;
  }
}

.hover-btn {
  animation: scale 1.6s linear infinite;
}

@keyframes scale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.loyalty-bonuses, .tips-cashback, .wagering-requirement {
  margin-top: 56px;
}

.best-online-casino .container-fluid.bg-custom-color {
  color: var(--bs-white);
}
.best-online-casino .country-btn-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 75%;
  margin: auto;
  padding: 1rem 0;
}
@media screen and (max-width: 575px) {
  .best-online-casino .country-btn-group {
    grid-template-columns: repeat(1, 1fr);
    width: 95%;
  }
}
.best-online-casino .country-btn-group a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--bs-custom-one);
  border-radius: 0.5rem;
  box-shadow: 0 0 8px 0px var(--bs-black) inset;
  color: var(--bs-black);
  text-decoration: none;
  padding: 0.5rem;
}
.best-online-casino .country-btn-group a img {
  width: 64px;
}

.free-spin .container-fluid.bg-custom-color {
  color: var(--bs-white);
}/*# sourceMappingURL=body.css.map */