@font-face {
  font-family: "Neue Machina";
  src: url("../fonts/NeueMachina-Ultrabold.woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Machina Light";
  src: url("../fonts/NeueMachina-Medium.woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html, body {
  height: 100%;
}
body {
  background: url('/wp-content/themes/pmtech/tmp-content/igaming-match/background-body-transparent.png') black;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: 'Neue Machina';
}
.global-button-secondary-igmaing-match,
.global-button-igmaing-match {
  font-family: 'Neue Machina';
  color: #000000;
  background-color: white;
  font-size: 1.25vw;
  text-transform: uppercase;
  padding: 1.667vw 2.222vw;
  border: 0;
  border-radius: 2.778vw;
}
.global-button-secondary-igmaing-match {
  background-color: #FFFFFF1A;
  color: white;
}
.d-none {
  display: none;
}
.row {
  display: flex;
}
.show-sm {
  display: none;
}
/* header {
  height: 6vw;
} */
header img.logo {
  /* padding-top: 1.667vw;
  padding-left: 2.222vw;
  max-width: 8.333vw;
  width: 100%; */
  position: fixed;
  top: 1.667vw;
  left: 2.222vw;
  max-width: 8.333vw;
  width: 100%;
}
.heart-container {
  position: fixed;
  bottom: -2vw;
  left: 50%;
  transform: translateX(-50%) scale(1);
  z-index: -1;
  width: 100%;
  animation: heart infinite 2s ease-in;
}
.heart-container img {
  width: 100%;
}

.content-intro {
  text-align: center;
  width: 56.639vw;
  margin: 15vw auto 0;
  /* height: 100vh; */
}
.content-intro h1 {
  font-size: 4.444vw;
  line-height: 110%;
  text-transform: uppercase;
  color: white;
  font-weight: 900;
  margin: 0;
}
.content-intro ul {
  /* text-align: left; */
  color: white;
  font-family: 'Neue Machina Light';
  line-height: 120%;
  margin: 2.333vw 0 3.333vw;
  padding: 0;
  list-style-type: none;
}
.content-intro p {
  font-size: 1.667vw;
  color: white;
  margin: 1.111vw 0 3.333vw;
  font-family: 'Neue Machina Light';
}
.content-intro button {
  cursor: pointer;
}

.cards-container {
  text-align: center;
  width: 47.639vw;
  margin: 25vw auto 5vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cards-paginations {
  display: flex;
  gap: 0.278vw;
  justify-content: center;
}
.cards-paginations .pagination-bullet {
  width: 2.778vw;
  height: 0.278vw;
  background-color: #FFFFFF33;
  border-radius: 0.556vw;
}

.deck {
  position: relative;
  width: 27.778vw;
  height: 34.722vw;
  margin: 50px auto;
  touch-action: pan-y;
}
.deck::after {
  content: '';
  width: 15vw;
  height: 7vw;
  position: absolute;
  background: url(/wp-content/themes/pmtech/tmp-content/igaming-match/tooltip-2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  right: -18vw;
  top: 16vw;
  animation: flying infinite 2s ease-in;
  z-index: -1;
}
.deck.used::after {
  opacity: 0;
}

.card img {
  width: 100%;
}
.card {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0F0200;
  padding: 0.556vw 0.556vw 2.222vw 0.556vw;
  border-radius: 2.778vw;
  display: flex;
  cursor: grab;
  user-select: none;
  transition: transform 0.3s ease;
  transform: translate(0, -3.5vw) rotate(0) scale(.8);
}
/* .card:hover .card-inner .card-inner-content ul {
  display: block;
} */
.card:nth-last-child(2) {
  transform: translate(0, -1vw) rotate(0) scale(.9);
}
.card:last-child {
  transform: translate(0, 1.6vw) rotate(0) scale(1);
}

/* Only remove transition when dragging for instant feedback */
.card.dragging { transition: none; }

.card-inner {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-inner .card-inner-content {
  padding: 0 1.667vw;
  text-align: left;
}
.card-inner .card-inner-content h2 {
  font-size: 1.667vw;
  color: white;
  margin: 0;
}
.card-inner .card-inner-content p {
  font-family: "Neue Machina Light";
}
.card-inner .card-inner-content p.card-content {
  font-size: 1.25vw;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 130%;
  margin: 0.833vw 0 1.667vw;
  opacity: .7;
}
.card-inner .card-inner-content ul {
  padding: 0;
  list-style-type: none;
  margin: 1.667vw 0 2.569vw;
  /* display: none; */

  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:  max-height 0.35s ease, opacity 0.25s ease;
  /* transition-delay: 0.05s; */
}
.card-inner .card-inner-content ul.is-visible {
  max-height: 500px; /* must be bigger than real content */
  opacity: 1;
}
.card-inner .card-inner-content ul li {
  font-size: 1.111vw;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 130%;
  margin: 0.833vw 0;
  opacity: .7;
  position: relative;
  padding-left: 0.972vw;
  font-family: 'Neue Machina Light';
}
.card-inner .card-inner-content ul li::before {
  content: '';
  background-color: #FF5900;
  width: 0.417vw;
  height: 0.417vw;
  position: absolute;
  left: 0;
  top: 0.417vw;
  border-radius: 100%;
}
.card-inner-img-container img {
  overflow: hidden;
}
.card-inner-img-container .bg-gradient {
  background: linear-gradient(to bottom, transparent, black);
}
.card-inner-img-container {
  overflow: hidden;
  border-top-left-radius: 2.108vw;
  border-top-right-radius: 2.108vw;
  position: relative;
}
.card-inner-img-container .bg-gradient {
  width: 100%;
  height: 7vw;
  position: absolute;
  bottom: 0;
}
.card-inner .card-inner-content p.tagline {
  background-color: #FFFFFF1F;
  color: #FFFFFF;
  font-size: 1.111vw;
  padding: 0.497vw 0.556vw 0.347vw;
  border-radius: 0.556vw;
  width: fit-content;
  line-height: 100%;
  margin: 0;
}

.btn-group-card-like-unlike {
  background: #0F0200;
  width: fit-content;
  padding: 0.417vw;
  border-radius: 13.889vw;
  margin: 8vw auto 0;
  position: relative;
}
.btn-group-card-like-unlike::after {
  content: '';
  width: 15vw;
  height: 1.5vw;
  position: absolute;
  background: url(/wp-content/themes/pmtech/tmp-content/igaming-match/tooltip-1.svg);
  background-size: cover;
  background-repeat: no-repeat;
  right: -17vw;
  top: 2vw;
  animation: flying infinite 2s ease-in;
  z-index: 1;
}
.btn-group-card-like-unlike.used::after {
  opacity: 0;
}
.btn-group-card-like-unlike button {
  padding: 1.25vw;
  border-radius: 100%;
  border: 0;
  background: pink;
  cursor: pointer;
}
.btn-group-card-like-unlike button:first-child {
  background-color: #FFFFFF1A;
}
.btn-group-card-like-unlike button:last-child {
  background-color: #FF5900;
  margin-left: 0.556vw;
}

.overlay-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #000000b3;
  overflow: hidden;
  z-index: 9999;
}
.modal-container {
  width: 33.333vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: black;
  border-radius: 1.944vw;
  overflow: hidden;
}
.modal-animated {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.modal-animated.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.img-container img {
  width: 100%;
  max-height: 18.056vw;
  object-fit: cover;
  object-position: top;
}
.content-container {
  text-align: center;
  padding: 0 0.556vw 0.556vw 0.556vw;
  margin-top: -0.2vw;
}
.content-container-inner {
  padding: 1.667vw;
  border-radius: 1.389vw;
  background-color: #3A383866;
  border: 1px solid #424040;
}
.content-container p.content-title {
  margin: 0;
  color: white;
  font-size: 2.222vw;
  text-transform: uppercase;
}
.content-container p.content-text {
  margin: 0;
  font-size: 1.25vw;
  color: #ffffffab;
  font-family: "Neue Machina Light";
  margin: 0.833vw 0 1.667vw;
  line-height: 130%;
}
.content-container p.content-text span {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Neue Machina";
}
.content-container .modal-button-group button {
  cursor: pointer;
}
.content-container .modal-button-group > button {
  margin-left: 0.833vw;
}
@keyframes heart {
  0% {
    transform: translateX(-50%) scale(1);
  }
  51% {
    transform: translateX(-50%) scale(1.2);
  }
}
@keyframes flying {
  0% {
    transform: translateY(0);
  }
  51% {
    transform: translateY(-0.5vw);
  }
}
body.page-template-template-igaming-match #onetrust-consent-sdk,
body.page-template-template-igaming-match #hubspot-conversations-iframe,
body.page-template-template-igaming-match #hubspot-messages-iframe-container,
body.page-template-template-igaming-match #crisp-chatbox {
  display: none !important;
}
.counter {
  position: fixed;
  right: 4.167vw;
  bottom: 2.222vw;
  background: linear-gradient(197deg, #FFB289, #FF590066, #FFB2891A, #FF590066);
  padding: 0.069vw;
  border-radius: 2.778vw;
  overflow: hidden;
}
.counter-inner {
  /* background-color: #FFFFFF0D; */
  background-color: #1C100E;
  padding: 0.833vw 1.111vw;
  border-radius: 2.778vw;
}
.counter p {
  margin: 0;
  color: #A7A09F;
  font-family: 'Neue Machina Light';
  font-size: 1.111vw;
  line-height: 120%;
}
.counter p span {
  color: white;
  font-family: 'Neue Machina';
  font-weight: 900;
}

.unlike-side,
.like-side {
  position: fixed;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  width: 0;
  max-width: 0;
  transition: .3s;
}
.unlike-side.is-visible,
.like-side.is-visible {
  max-width: 22vw;
  width: 100%;
  opacity: 1;
}
.unlike-side .side-container,
.like-side .side-container{
  width: 11.111vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.unlike-side {
  background: linear-gradient(to left, transparent 70%, rgba(0, 0, 0, 0.7));
  padding: 0 0 0 2.222vw;
  left: 0;
  justify-content: flex-start;
}
.like-side {
  background: linear-gradient(to right, transparent 70%, rgba(0, 0, 0, 0.7));
  padding: 0 2.222vw 0 0;
  right: 0;
  justify-content: flex-end;
}
.unlike-side img,
.like-side img {
  max-width: 8.333vw;
  width: 100%;
}
.unlike-side p,
.like-side p {
  color: white;
  font-family: 'Neue Machina Light';
  font-size: 1.111vw;
}

.overlay-modal#make-connection {
  /* display: flex;
  justify-content: center;
  align-items: center; */
}
.overlay-modal#make-connection .row {
  justify-content: center;
  gap: 1.389vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.overlay-modal#make-connection .column-1,
.overlay-modal#make-connection .column-2 {
  background-color: #171616;
  border: 0.556vw solid black;
  border-radius: 1.389vw;
  padding: 1.667vw;
  width: 41.805vw;
}
.overlay-modal#make-connection p {
  margin: 0;
}
.overlay-modal#make-connection p.title {
  font-size: 2.778vw;
  color: white;
  text-transform: uppercase;
}
.overlay-modal#make-connection p.content {
  color: rgba(255,255,255,.8);
  font-family: 'Neue Machina Light';
  font-size: 1.25vw;
  margin: 1.111vw 0 2.778vw;
}
.overlay-modal#make-connection .liked-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 0.833vw;
}
.overlay-modal#make-connection .liked-cards .box {
  display: flex;
  align-items: center;
  background: #3A3838;
  gap: 0.833vw;
  padding: 0.556vw 1.111vw 0.556vw 0.556vw;
  border-radius: 0.556vw;
}
.overlay-modal#make-connection .liked-cards .box img {
  width: 2.222vw;
}
.overlay-modal#make-connection .liked-cards .box p {
  color: white;
  font-size: 0.972vw;
  transform: translateY(5%);
}
.close-icon {
  position: absolute;
  right: 1vw;
  top: 1vw;
  cursor: pointer;
  width: 2.083vw;
  height: 2.083vw;
}

/* form */
[data-hsfc-id=Renderer] .hsfc-Button {
  font-family: 'Neue Machina' !important;
  color: #000000 !important;
  background-color: white !important;
  font-size: 1.25vw !important;
  text-transform: uppercase !important;
  padding: 1.667vw 2.222vw !important;
  border: 0 !important;
  border-radius: 2.778vw !important;
  width: 100% !important;
}
[data-hsfc-id=Renderer] .hsfc-FieldLabel,
[data-hsfc-id=Renderer] .hsfc-FieldLabel__RequiredIndicator {
  color: rgba(255, 255, 255, .6) !important;
  font-family: 'Neue Machina Light' !important;
  font-size: 1.111vw !important;
}
[data-hsfc-id=Renderer] .hsfc-ErrorAlert {
  font-family: 'Neue Machina Light' !important;
}
[data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
  padding: 0 !important;
}
[data-hsfc-id=Renderer] .hsfc-RichText {
  display: none !important;
}
[data-hsfc-id=Renderer] .hsfc-TextInput {
  background: none !important;
  border: 0 !important;
  border-bottom: 0.069vw solid rgba(255, 255, 255, .2) !important;
  border-radius: 0 !important;
  color: white !important;
}
[data-hsfc-id=Renderer] .hsfc-TextInput:focus,
[data-hsfc-id=Renderer] .hsfc-TextInput:hover {
  box-shadow: none !important;
}

@media screen and (max-width: 960px) {
  body {
    background: url('/wp-content/themes/pmtech/tmp-content/igaming-match/mobile-background-body-2.png') black;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-position: 0 27%;
  }
  .show-sm {
    display: block;
  }
  [data-hsfc-id=Renderer] .hsfc-Button {
    font-size: 4.103vw !important;
    padding: 6.154vw !important;
    border-radius: 10.256vw !important;
  }
  .global-button-secondary-igmaing-match,
  .global-button-igmaing-match {
    font-size: 4.103vw;
    padding: 6.154vw;
    border-radius: 10.256vw;
  }
  header img.logo {
    top: 4.103vw;
    left: 4.103vw;
    max-width: 27.436vw;
    z-index: 999;
  }
  .content-intro {
    width: 91.639vw;
    margin: 30vw auto 0;
  }
  .content-intro h1 {
    font-size: 7.692vw;
  }
  .content-intro p {
    font-size: 4.615vw;
    margin: 4.103vw 0 6.154vw;
  }
  .counter {
    top: 4.103vw;
    right: 4.103vw;
    bottom: initial;
    border-radius: 10.256vw;
    z-index: 999;
    padding: 0.469vw;
  }
  .counter p {
    font-size: 3.59vw;
  }
  .deck::after,
  .btn-group-card-like-unlike::after {
    display: none;
  }
  .cards-container {
    width: 83.639vw;
  }
  .deck {
    width: 83.639vw;
    height: 100.722vw;
  }
  .card-inner .card-inner-content h2 {
    font-size: 5.128vw;
  }
  .card-inner .card-inner-content p.card-content {
    font-size: 3.846vw;
    margin: 2.564vw 0 5.128vw;
  }
  .card-inner .card-inner-content p.tagline {
    font-size: 3.59vw;
    padding: 1.026vw 1.538vw;
    border-radius: 1.744vw;
  }
  .card-inner .card-inner-content ul li {
    font-size: 3.846vw;
    padding-left: 2.821vw;
  }
  .card-inner .card-inner-content ul li::before {
    width: 1.308vw;
    height: 1.308vw;
  }
  .card-inner .card-inner-content {
    padding: 0 5.231vw;
  }
  .card {
    padding: 1.744vw 1.744vw 6.222vw 1.744vw;
    border-radius: 8.718vw;
    width: calc(100% - 3.488vw);
  }
  .card-inner-img-container {
    border-top-left-radius: 8.718vw;
    border-top-right-radius: 8.718vw;
  }
  .card-inner-img-container .bg-gradient {
    height: 20vw;
  }
  .cards-paginations .pagination-bullet {
    width: 10.769vw;
    height: 1.026vw;
  }
  .btn-group-card-like-unlike {
    margin: 13.256vw auto 0;
    padding: 1.538vw;
  }
  .btn-group-card-like-unlike button {
    padding: 4.615vw;
  }
  .btn-group-card-like-unlike button img {
    width: 7.179vw;
  }
  .modal-container {
    width: 83.333vw;
    padding: 0 2.051vw 2.051vw;
  }
  .content-container p.content-title {
    font-size: 7.179vw;
  }
  .content-container p.content-text {
    font-size: 3.846vw;
    margin: 2.051vw 0 6.154vw;
  }
  .modal-button-group {
    display: flex;
    flex-direction: column-reverse;
    gap: 3.077vw;
  }
  .modal-button-group .global-button-secondary-igmaing-match {
    width: 100%;
  }
  .content-container-inner {
    padding: 4.103vw;
  }
  .img-container img {
    max-height: 50.056vw;
    border-top-left-radius: 7.179vw;
    border-top-right-radius: 7.179vw;
  }
  .content-container {
    padding: 0 2.051vw 2.051vw;
  }
  .like-side,
  .unlike-side {
    display: none;
  }
  .overlay-modal#make-connection .row {
    flex-direction: column;
    overflow-y: scroll;
    overflow-x: hidden;
    /* max-height: 100vh;
    margin-top: 15vh;
    margin-bottom: 15vh; */
    max-height: 70vh;
    padding-top: 15vh;
    padding-bottom: 15vh;

    top: 0;
    left: 3vw;
    transform: translate(0);
    /* width: 83vw; */
    margin: auto;
  }
  .overlay-modal#make-connection p.title {
    font-size: 7.179vw;
  }
  .overlay-modal#make-connection .column-1, .overlay-modal#make-connection .column-2 {
    padding: 4.103vw;
    width: 83.805vw;
    border-radius: 5.128vw;
  }
  .overlay-modal#make-connection p.content {
    font-size: 3.846vw;
    margin: 4.103vw 0 8.205vw;
  }
  [data-hsfc-id=Renderer] .hsfc-FieldLabel, [data-hsfc-id=Renderer] .hsfc-FieldLabel__RequiredIndicator {
    font-size: 3.846vw !important;
  }
  .overlay-modal#make-connection .liked-cards .box p {
    font-size: 3.333vw;
  }
  .overlay-modal#make-connection .liked-cards .box img {
    width: 6.154vw;
  }
  .overlay-modal#make-connection .liked-cards .box {
    padding: 2.051vw 4.103vw 2.051vw 2.051vw;
  }
  .counter-inner {
    padding: 2.308vw 3.077vw;
    border-radius: 10.256vw;
  }
  .overlay-modal#make-connection .row .close-icon {
    display: none;
  }
  .overlay-modal#make-connection .close-icon {
    right: 8vw;
    top: 15vw;
  }
}