@font-face {
  font-family: "Rexlia";
  src: url("./assets/Rexlia-hv.woff") format("woff"); }
::-moz-selection {
  background-color: #ff990065; }

::selection {
  background-color: #ff990065; }

.gradient {
  background: linear-gradient(180deg, #ffffff 12.93%, #dbdbdb 92.24%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.gradient-dark {
  background: linear-gradient(90.53deg, #991997 1.16%, #009980 108.31%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

* {
  margin: 0;
  text-decoration: none;
  color: #000000;
  box-sizing: border-box;
  font-weight: normal; }

body {
  position: relative;
  height: 100%;
  min-height: 100vh;
  width: 100vw;
  margin: 0 auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-width: 420px;
  justify-content: center; }

.hider {
  position: absolute;
  inset: 0;
  background-color: white;
  opacity: 1;
  z-index: 100;
  transition: opacity 0.1s linear; }

.pop-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100vh;
  overflow: hidden;
  font-family: "Rexlia", sans-serif;
  font-weight: 800; }
  .pop-cards::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-filter: opacity(0.2) contrast(0.7);
    filter: opacity(0.2) contrast(0.7);
    pointer-events: none;
    background: center/cover no-repeat url(./assets/glitch-bg.jpg); }
  @media (max-aspect-ratio: 1) {
    .pop-cards {
      flex-direction: column;
      overflow: unset; } }

.card {
  width: 25%;
  position: relative;
  border: 7px solid #991997;
  cursor: pointer;
  transition: width 0.3s linear;
  overflow: hidden; }
  @media (max-aspect-ratio: 1) {
    .card {
      width: 100%;
      min-height: 90%;
      height: 90%; } }
  .card .girl {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    position: absolute;
    z-index: 1;
    transition: all 0.3s linear;
    min-height: 100%;
    height: 100%;
    left: 50%;
    translate: -50%;
    bottom: -10px;
    pointer-events: none; }
  .card:hover {
    overflow: visible; }
    .card:hover .girl {
      -webkit-filter: brightness(1);
      filter: brightness(1);
      transition: all 0.3s linear;
      scale: 1.075;
      z-index: 10; }
    @media (min-aspect-ratio: 1) {
      .card:hover {
        width: 27%; } }
    @media (max-aspect-ratio: 1) {
      .card:hover {
        overflow: hidden;
        width: 100%; } }
    .card:hover .who {
      opacity: 0; }
    .card:hover .choose {
      opacity: 1; }
  .card p {
    position: absolute;
    color: #fff;
    left: 50%;
    translate: -50% 50%;
    bottom: 30%;
    z-index: 11; }
    .card p.who {
      transition: all 0.3s linear; }
      .card p.who::before {
        content: "";
        background: center/contain no-repeat url(./assets/Ellipse.png);
        width: 150%;
        height: 180%;
        position: absolute;
        left: 50%;
        top: 50%;
        translate: -50% -50%;
        line-height: 0.9; }
      .card p.who span {
        display: block;
        -webkit-animation: play 2s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
        animation: play 2s cubic-bezier(0.25, 0.1, 0.25, 1) infinite; }
    .card p.choose {
      opacity: 0;
      transition: all 0.3s linear;
      text-align: center; }
      .card p.choose::before {
        content: "";
        background: center/contain no-repeat url(./assets/Ellipse-Light.png);
        width: 120%;
        height: 160%;
        position: absolute;
        left: 50%;
        top: 50%;
        translate: -50% -50%;
        line-height: 0.9; }
      .card p.choose span {
        padding: 0 5px; }
      .card p.choose span {
        font-size: calc( 24px + 56 * ((100vw - 420px) / 1500) );
        line-height: 0.9; }
        @media (min-aspect-ratio: 7 / 3) {
          .card p.choose span {
            font-size: calc( 24px + 56* 0.8 * ((100vw - 420px) / 1500) ); } }
        @media (max-aspect-ratio: 1) {
          .card p.choose span {
            font-size: calc( 36px + 84 * ((100vw - 420px) / 1500) ); } }
  @media (max-aspect-ratio: 1) and (min-aspect-ratio: 7 / 3) {
    .card p.choose span {
      font-size: calc( 36px + 84* 0.8 * ((100vw - 420px) / 1500) ); } }

    .card p span {
      -webkit-filter: drop-shadow(0 4px 4px #00000079);
      filter: drop-shadow(0 4px 4px #00000079); }
      .card p span.big {
        font-size: calc( 25.5px + 59.5 * ((100vw - 420px) / 1500) );
        text-align: center;
        line-height: 0.9; }
        @media (min-aspect-ratio: 7 / 3) {
          .card p span.big {
            font-size: calc( 25.5px + 59.5* 0.8 * ((100vw - 420px) / 1500) ); } }
        @media (max-aspect-ratio: 1) {
          .card p span.big {
            font-size: calc( 45.6px + 106.4 * ((100vw - 420px) / 1500) ); } }
  @media (max-aspect-ratio: 1) and (min-aspect-ratio: 7 / 3) {
    .card p span.big {
      font-size: calc( 45.6px + 106.4* 0.8 * ((100vw - 420px) / 1500) ); } }

      .card p span.small {
        font-size: calc( 14.7px + 34.3 * ((100vw - 420px) / 1500) );
        text-align: center;
        line-height: 0.9; }
        @media (min-aspect-ratio: 7 / 3) {
          .card p span.small {
            font-size: calc( 14.7px + 34.3* 0.8 * ((100vw - 420px) / 1500) ); } }
        @media (max-aspect-ratio: 1) {
          .card p span.small {
            font-size: calc( 27px + 63 * ((100vw - 420px) / 1500) ); } }
  @media (max-aspect-ratio: 1) and (min-aspect-ratio: 7 / 3) {
    .card p span.small {
      font-size: calc( 27px + 63* 0.8 * ((100vw - 420px) / 1500) ); } }

.card-girl-1 {
  background: center/cover no-repeat url(./assets/Girl1-bg.png); }
  .card-girl-1 .girl {
    min-height: 99% !important;
    height: 99% !important; }

.card-girl-2 {
  background: center/cover no-repeat url(./assets/Girl2-bg.png); }

.card-girl-3 {
  background: center/cover no-repeat url(./assets/Girl3-bg.png); }

.card-girl-4 {
  background: center/cover no-repeat url(./assets/Girl4-bg.png); }

.pl .card .who,
.cz .card .who,
.fi .card .who,
.ro .card .who,
.pt .card .who,
.it .card .who,
.es .card .who,
.fr .card .who,
.de .card .who {
  width: 100%;
  padding: 10% 10% 25%; }

.pl .card span.big,
.cz .card span.big,
.fi .card span.big,
.pt .card span.big,
.it .card span.big,
.es .card span.big,
.fr .card .who span.big,
.de .card .who span.big {
  font-size: calc(40px + 40 * (100vw / 1920)); }

.ro .card span.big {
  font-size: calc(30px + 40 * (100vw / 1920)); }

.cz .card .who span.small,
.fi .card .who span.small,
.ro .card .who span.small,
.pt .card .who span.small,
.es .card .who span.small,
.fr .card .who span.small,
.de .card .who span.small {
  font-size: calc(25px + 20 * (100vw / 1920));
  text-align: center; }

.pl .card span.small,
.pl .card p.choose span.small,
.it .card .who span.small {
  font-size: calc(20px + 20 * (100vw / 1920)); }

@-webkit-keyframes play {
  0% {
    transform: scale(1); }
  45% {
    transform: scale(1); }
  50% {
    transform: scale(1.05); }
  55% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }
@keyframes play {
  0% {
    transform: scale(1); }
  80% {
    transform: scale(1); }
  90% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }

/*# sourceMappingURL=style.css.map */
