@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');


:root {
  --primary-color: #1350F7;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Bai Jamjuree", sans-serif;
}

body {
  background-color: #000000;
  color: #ffffff;
}

h1, h2, h3 {
  text-transform: uppercase;
}

h1 {
  font-size: 48px;
  background: -webkit-linear-gradient(#999999, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

h4 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
}

p {
  text-align: justify;
  line-height: 1.6em;
  color: rgba(255, 255, 255, 0.75);
}

p.small {
  font-size: 0.8em;
}

a {
  text-decoration: none;
  transition: all ease 0.4s;
  color: var(--primary-color);
}

a:hover {
  opacity: 0.6;
}

ul li {
  list-style:  none;
}

section {
  position: relative;
}

.container {
  position: relative;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.inline-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.column-flex {
  display: flex;
  flex-direction: column;
}

.left, .right {
  flex: 1;
}

.gradient {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  pointer-events: none;
}

.button {
  display: inline-block;
  padding: 12.5px 25px;
  border-radius: 100px;
  background-color: var(--primary-color);
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}

.button.secondary {
  background-color: #ffffff;
  color: #000000;
}

input {
  height: 45px;
  padding: 0 15px;
  border: none;
  border-radius: 25px;
  line-height: 45px;
  color: #ffffff;
}

input:focus {
  outline: none;
}

.glass {
  background: rgba(20, 20, 20, 0.5);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15), 0 2px 8px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.12), inset 0 -1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px) saturate(1);
  -webkit-backdrop-filter: blur(10px) saturate(1);
  background-clip: padding-box;
}

.apple-radius {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  -webkit-mask-image: url("data:image/svg+xml;utf8,\
    <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1' preserveAspectRatio='none'>\
      <path fill='white' d='\
      M 0.22 0.00\
      H 0.78\
      C 0.87 0.00 0.93 0.01 0.96 0.04\
      C 0.99 0.07 1.00 0.13 1.00 0.22\
      V 0.78\
      C 1.00 0.87 0.99 0.93 0.96 0.96\
      C 0.93 0.99 0.87 1.00 0.78 1.00\
      H 0.22\
      C 0.13 1.00 0.07 0.99 0.04 0.96\
      C 0.01 0.93 0.00 0.87 0.00 0.78\
      V 0.22\
      C 0.00 0.13 0.01 0.07 0.04 0.04\
      C 0.07 0.01 0.13 0.00 0.22 0.00\
      Z'/>\
    </svg>");
  mask-image: url("data:image/svg+xml;utf8,\
    <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1' preserveAspectRatio='none'>\
      <path fill='white' d='\
      M 0.22 0.00\
      H 0.78\
      C 0.87 0.00 0.93 0.01 0.96 0.04\
      C 0.99 0.07 1.00 0.13 1.00 0.22\
      V 0.78\
      C 1.00 0.87 0.99 0.93 0.96 0.96\
      C 0.93 0.99 0.87 1.00 0.78 1.00\
      H 0.22\
      C 0.13 1.00 0.07 0.99 0.04 0.96\
      C 0.01 0.93 0.00 0.87 0.00 0.78\
      V 0.22\
      C 0.00 0.13 0.01 0.07 0.04 0.04\
      C 0.07 0.01 0.13 0.00 0.22 0.00\
      Z'/>\
    </svg>");
}

.apple-radius.featured {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  -webkit-mask-image: url("data:image/svg+xml;utf8,\
    <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1' preserveAspectRatio='none'>\
    <path fill='white' d='\
    M 0.18 0.00\
    H 0.82\
    C 0.90 0.00 0.95 0.01 0.97 0.03\
    C 0.99 0.05 1.00 0.10 1.00 0.18\
    V 0.82\
    C 1.00 0.90 0.99 0.95 0.97 0.97\
    C 0.95 0.99 0.90 1.00 0.82 1.00\
    H 0.18\
    C 0.10 1.00 0.05 0.99 0.03 0.97\
    C 0.01 0.95 0.00 0.90 0.00 0.82\
    V 0.18\
    C 0.00 0.10 0.01 0.05 0.03 0.03\
    C 0.05 0.01 0.10 0.00 0.18 0.00\
    Z'/>\
    </svg>");
  mask-image: url("data:image/svg+xml;utf8,\
    <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1' preserveAspectRatio='none'>\
    <path fill='white' d='\
    M 0.18 0.00\
    H 0.82\
    C 0.90 0.00 0.95 0.01 0.97 0.03\
    C 0.99 0.05 1.00 0.10 1.00 0.18\
    V 0.82\
    C 1.00 0.90 0.99 0.95 0.97 0.97\
    C 0.95 0.99 0.90 1.00 0.82 1.00\
    H 0.18\
    C 0.10 1.00 0.05 0.99 0.03 0.97\
    C 0.01 0.95 0.00 0.90 0.00 0.82\
    V 0.18\
    C 0.00 0.10 0.01 0.05 0.03 0.03\
    C 0.05 0.01 0.10 0.00 0.18 0.00\
    Z'/>\
    </svg>");
}

/* popin */

.popin {
  position: fixed;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 500;
}

#popin {
  display: none;
}

#leak {
  display: none;
}

#leak.active {
  display: flex;
}

.popin .message {
  width: 400px;
  padding: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  text-align: center;
}

.popin .message img {
  width: 100px;
  height: auto;
  margin: -50px 0 30px 0;
}

.popin .message h3 {
  margin: 0 0 15px 0;
}

.popin .message p {
  text-align: center;
}

.popin .message img.howTo {
  width: 125px;
  height: auto;
  margin: 30px 0 0 0;
}

/* header */

header {
  position: sticky;
  top: 0;
  padding: 30px 0;
  z-index: 100;
}

header .backdrop {
  position: absolute;
  inset: 0;
  height: calc(100% + 50px);
  mask: linear-gradient(black, black, transparent);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: none;
}

header .logo .mobile {
  display: none;
}

header .logo img {
  width: 125px;
}

header .center {
  flex: 1;
  justify-items: center;
}

header .wallet {
  width: 200px;
  padding: 5px 5px 5px 15px;
  border-radius: 25px;
}

header .wallet .crypto {
  width: 20px;
  margin: 0 5px 0 0;
}

header .wallet span {
  flex: 1;
  margin: 0 30px 0 0;
}

header .wallet .icon {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  background-color: var(--primary-color);;
}

header .wallet .icon img {
  width: 15px;
  height: auto;
  transform: translate(0, 10px);
}

header img.pfp {
  width: 50px;
  height: auto;
  cursor: pointer;
}

header .actions a {
  margin: 0 15px 0 0;
}

header .actions a:last-child {
  margin: 0;
}

.mobile-menu {
  display: none;
}

/* intro */

.intro {
  padding: 100px 0;
}

.intro .left {
  position: relative;
  flex: 4;
  z-index: 5;
}

.intro .left h1 {
  margin: 0 0 30px 0;
}

.intro .left p {
  margin: 0 0 30px 0;
}

.intro .left .actions p {
  margin: 0 15px;
}

.intro .left .actions .x {
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 100%;
}

.intro .left .actions .x img {
  width: 20px;
  transform: translate(0, 12.5px);
}

.intro .right {
  flex: 2;
  margin: 0 0 0 50px;
  mix-blend-mode: lighten;
}

.intro .right video {
  position: absolute;
  top: -250px;
  right: 0;
  width: 650px;
  height: auto;
  z-index: 0;
  pointer-events: none;
}

/* filters */

.filters {
  margin: 0 0 50px 0;
}

.filters ul {
  display: flex;
  flex: 1;
}

.filters ul li {
  margin: 0 25px 0 0;
  color: rgba(255, 255, 255, 0.75);
}

.filters ul li:last-child {
  margin: 0;
}

.filters ul li.active {
  color: #ffffff;
}

.filters ul li img {
  margin: 0 5px 0 0;
  transform: translate(0, 2.5px);
}

.filters .search-form {
  position: relative;
}

.filters .search-form input {
  width: 300px;
  padding-left: 45px;
}

.filters .search-form img {
  position: absolute;
  top: 13px;
  left: 15px;
}

/* carousel */

.carousel h2 {
  margin: 0 0 20px 0;
}

.splide {
  margin-top: -10px;

}

.splide__track {
  position: relative;
  padding-top: 10px;
}

@media (hover: hover) and (pointer: fine) {
  .splide__track{
    padding-left: 15px !important;
    margin-left: -15px;
    mask-image: linear-gradient(
      to right,
      transparent 0%,
      black 2%,
      black 98%,
      transparent 100%
    );
  }
}

.splide__slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 175px;
  height: 175px;
  padding: 15px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  top: 0;
  transition: top ease 0.4s;
}

.splide__slide:hover {
  top: -10px;
}

.splide__slide:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: none;
  opacity: 0;
  transition: all ease 0.4s;
}

.splide__slide:hover:before {
  opacity: 1;
}

.providers .splide__slide {
  height: 100px;
  justify-content: center;
}

.splide__slide.featured {
  width: 350px;
}

.splide__slide.coming {
  pointer-events: none;
}

.splide__slide span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 75px;
  background: linear-gradient(to bottom, transparent 0%, var(--primary-color) 100%);
  transition: all ease 0.4s;
  opacity: 0.4;
}

.splide__slide span.red {
  background: linear-gradient(to bottom, transparent 0%, red 100%);
}

.splide__slide span.green {
  background: linear-gradient(to bottom, transparent 0%, green 100%);
}

.splide__slide span.orange {
  background: linear-gradient(to bottom, transparent 0%, orange 100%);
}

.splide__slide span.yellow {
  background: linear-gradient(to bottom, transparent 0%, yellow 100%);
}

.splide__slide span.blue {
  background: linear-gradient(to bottom, transparent 0%, blue 100%);
}

.splide__slide span.purple {
  background: linear-gradient(to bottom, transparent 0%, purple 100%);
}

.splide__slide span.dark {
  background: linear-gradient(to bottom, transparent 0%, #191919 100%);
  opacity: 1;
}

.splide__slide:hover span {
  height: 75%;
}

.splide__slide h3 {
  margin: 0 0 5px 0;
  text-align: center;
  z-index: 5;
  transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
}

.splide__slide:hover h3 {
  margin: 0 0 40px 0;
}

.splide__slide h4 {
  z-index: 5;
}

.splide__slide video {
  position: absolute;
  top: 1px;
  width: 100%;
  border-radius: 20px;
  z-index: -5;
}

.splide__slide img {
  width: 125px;
  height: auto;
}

.splide__arrows {
  position: absolute;
  display: flex;
  right: 0;
  bottom: 100%;
  padding: 15px 0 5px 0;
}

.splide__arrows .splide__arrow {
  position: relative;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #14181C;
  transform: none;
}

.splide__arrows .splide__arrow.splide__arrow--prev {
  margin: 0 15px 0 0;
}

.splide__arrows .splide__arrow svg {
  fill: #8B8F91;
}

.originals, .slots, .providers {
  margin: 0 0 100px 0;
}

/* rounds */

.rounds .titleWFilter {
  margin: 0 0 30px 0;
}

.rounds .titleWFilter h2 {
  flex: 1;
}

.rounds .titleWFilter .form-filter li {
  padding: 15px 20px;
  border-radius: 50px;
  white-space: nowrap;
  color: #8B8F91;
}

.rounds .titleWFilter .form-filter li.active {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

.table {
  width: 100%;
}

.table tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.05);
}

.table tr:nth-child(even) td:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.table tr:nth-child(even) td:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.table th {
  font-weight: 300;
}

.table th, .table td {
  display: table-cell;
  padding: 15px 20px;
  text-align: left;
  white-space: nowrap;
}

.table td[data-th="Payout"] {
  color: #00E14F;
} 

.table td img {
  width: 15px;
  margin: 0 10px 0 0;
}

/* footer */

footer {
  padding: 100px 0;
}

footer .container {
  align-items: flex-start;  
}

footer .legal {
  flex: 2;
  margin: 0 100px 0 0;
}

footer .legal img {
  margin: 0 0 30px 0;
}

footer .legal p {
  margin: 0 0 15px 0;
}

footer .legal p:last-child {
  margin: 0;
}

footer .menu {
  flex: 3;
  align-items: flex-start;  
}

footer .menu ul {
  flex: 1;
  margin: 0 50px 0 0;
}

footer .menu ul:last-child {
  margin: 0;
}

footer .menu ul h3 {
  margin: 0 0 15px 0;
}

footer .menu ul li {
  margin: 0 0 10px 0;
  color: rgba(255, 255, 255, 0.75);
}

footer .menu ul li:last-child {
  margin: 0;
}

.orb {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -5;
}

@media (max-width: 860px) {

  h1 {
    font-size: 38px;
  }

  p {
    text-align: left;
  }

  .container {
    width: 100%;
    padding: 0 15px;
  }

  /* popin */

  #popin.is-open{
    display: flex;
  }

  .popin .message {
    width: 350px;
  }

  /* header */

  header {
    position: relative;
    padding: 70px 0 30px 0;
  }

  header .logo {
    margin: 0 30px 0 0;
  }

  header .logo .desktop {
    display: none;
  }

  header .logo .mobile {
    display: block;
    width: 50px;
    height: auto;
  }

  header .wallet {
    width: auto;
  }

  header img.pfp {
    width: 60px;
    margin: 0 0 0 20px;
  }

  header .actions a {
    margin: 0 10px 0 0;
    font-size: 0.8em;
  }

  .mobile-menu {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 25px 25px 0 0;
    z-index: 100;
  }

  .mobile-menu ul {
    width: 100%;
    padding: 0 0 25px 0;
  }

  .mobile-menu ul li {
    flex: 1;
    padding: 25px 0;
    text-align: center;
  }

  .mobile-menu ul li img {
    width: 25px;
  }

  /* intro */

  .intro {
    padding: 0;
  }

  .intro .container {
    flex-direction: column-reverse;
  }

  .intro .left {
    width: 100%;
    margin: -50px 0 0 0;
    text-align: center;
  }

  .intro .left h1 {
    margin: 0 0 15px 0;
  }

  .intro .left p {
    text-align: center;
  }

  .intro .left .actions {
    justify-content: center;
  }

  .intro .right {
    margin: -50px 0 0 0;
    overflow: hidden;
  }

  .intro .right video {
    position: relative;
    width: calc(100% + 50px);
    top: 0;
    right: 25px;
  }

  /* filters */

  .filters {
    margin: 0;
    padding: 50px 0;
    overflow: hidden;
  }

  .filters .container {
    width: calc(100vw + 15px);
    margin: 0 0 0 -15px;
    overflow-x: scroll;
  }

  .filters ul {
    padding: 0 15px;
  }

  .filters ul li {
    white-space: nowrap;
  }

  .filters .search-form {
    display: none;
  }

  /* carousel */

  .splide__track {
    width: 100vw;
    margin: 0 0 0 -15px;
  }

  .splide__slide {
    width: 150px;
    height: 150px;
  }

  .providers .splide__slide {
    height: 75px;
  }

  .splide__slide.featured {
    width: 300px;
  }

  .splide__slide img {
    width: 100px;
  }

  .splide__slide:hover:before {
    opacity: 0;
  }

  .splide__slide:hover h3 {
    margin: 0 0 5px 0;
  }

  .originals, .slots, .providers {
    margin: 0 0 50px 0;
  }

  /* rounds */

  .rounds .titleWFilter {
    flex-direction: column;
    align-items: flex-start;
  }

  .rounds .titleWFilter h2 {
    margin: 0 0 15px 0;
  }

  .parent-table {
    width: 100vw;
    margin: 0 0 0 -15px;
    overflow: hidden;
  }

  .table {
    padding: 0 15px;
  }

  .table th[data-th="Amount"], .table td[data-th="Amount"], .table th[data-th="Multiplier"], .table td[data-th="Multiplier"] {
    display: none;
  } 

  /* footer */

  footer {
    padding: 50px 0 150px 0;
  }

  footer .container {
    flex-direction: column;
  }

  footer .legal {
    flex: 2;
    margin: 0 0 50px 0;
  }

  footer .menu {
    flex-direction: column; 
  }

  footer .menu ul {
    margin: 0 0 30px 0;
  }

  footer .menu ul h3 {
    display: block;
  }

  footer .menu ul li {
    display: inline-block;
    margin: 0 15px 0 0;
    line-height: 1.8em;
  }


}