@font-face {
  font-family: 'Gotham Rounded Bold';
  src: url(..//fonts/gothamrounded-bold.woff2) format('woff2'),
    url(..//fonts/gothamrounded-bold.woff) format('woff');

}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 18px;
  overflow-x: hidden;
  min-height: 100%;
  position: relative;
  background: #fff;
  letter-spacing: -1px;
}
.bcgg {
  position: relative;
  bottom: 80px;
}
.rounded-bg {
  position: relative;
  bottom: min(6vw,100px);
  background-image: url("../images/top-bg.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 120%;
  padding-bottom: 30px;
  width: 100%;
  margin: 0 auto;
  min-height: 120px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
.hover-a {
  transition: .3s all;
}
.hover-a:hover {
  transform: scale(1.03);
}
p {
  margin: 0;
  padding: 0;
}
.fullWidth{
  width: 100%;
  overflow: hidden;
}

.darkBlueGrad{
  background: rgb(12,27,66);
  background: -moz-linear-gradient(180deg, rgba(12,27,66,1) 0%, rgba(19,47,94,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(12,27,66,1) 0%, rgba(19,47,94,1) 100%);
  background: linear-gradient(180deg, rgba(12,27,66,1) 0%, rgba(19,47,94,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c1b42",endColorstr="#132f5e",GradientType=1);
}

.horizontalBlueGrad{
  background: #c0e7fb;
  background: -moz-linear-gradient(left,  #c0e7fb 0%, #0079ad 15%, #0079ad 85%, #c0e7fb 100%);
  background: -webkit-linear-gradient(left,  #c0e7fb 0%,#0079ad 15%,#0079ad 85%,#c0e7fb 100%);
  background: linear-gradient(to right,  #c0e7fb 0%,#0079ad 15%,#0079ad 85%,#c0e7fb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0e7fb', endColorstr='#c0e7fb',GradientType=1 );
}

.brightGreyGrad{
  background: #e4edf9;
  background: -moz-linear-gradient(top,  #e4edf9 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top,  #e4edf9 0%,#ffffff 100%);
  background: linear-gradient(to bottom,  #e4edf9 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4edf9', endColorstr='#ffffff',GradientType=0 );
}
.stripeVeryThick {
  height: 60px;
}
.block {
  display: block;
}
.contentCnt {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1100px;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
h1, h2, h3, h4, h5 {
  margin: 0;
}

.hero-section {
  background-image: url("../images/hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 34vw;
  max-height: 500px;
  display: flex;
  position: relative;
  background-position: center;
}
.hero-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: min(4vw,80px);
  padding: 0 20px;
}
.hero-content {
  font-family: 'Gotham Rounded Bold';
  text-align: left;
  padding: 0 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mobile-wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
.mobile-img {
  position: absolute;
  width: 34vw;
  max-width: 450px;
  z-index: 4;
  right: 20px;
  top: clamp(-333px, -26vw, -10vw);
}
.hero-content h1 {
  color: white;
  margin-top: 0;
  margin-bottom: 0px;
  font-size: clamp(24px, 5.3vw, 72px);
}
.hero-content .hero-eye {
  width: 100%;
  max-width: 410px;
  height: auto;
}

.red-button {
  color: #fff;
  padding: 12px 18px;
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 2;
  background: none;
  border: none;
  cursor: pointer;
}
.red-button:before {
  content: '';
  background: #E30613;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: skewX(-13deg) translate(-50%, -50%);
  border-radius: 10px;
  top: 49%;
  left: 48%;
}
.red-button span {
  font-size: clamp(18px, 1.4vw, 28px);
  position: relative;
  z-index: 2;
  font-family: "Gotham Rounded Bold";
  text-wrap: nowrap;
}


.outline-button {
  color: #2A2071;
  padding: 12px 18px;
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 2;
  background: none;
  border: none;
  cursor: pointer;
}
.outline-button:before {
  content: '';
  background: transparent;
  border: 1px solid #2A2071;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: skewX(-13deg) translate(-50%, -50%);
  border-radius: 10px;
  top: 47%;
  left: 47%;
}
.outline-button span {
  font-size: clamp(16px, 1.4vw, 28px);
  position: relative;
  z-index: 2;
  font-family: "Gotham Rounded Bold";
  text-wrap: nowrap;
}

.title-content {
  width: 100%;
  color: #2A2071;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Gotham Rounded Bold';
  position: relative;
  margin-bottom: 30px;
}
.title-content.overflow-position {
  bottom: 0px;
}
.title-content p {
  margin-bottom: 60px;
  font-size: clamp(15px, 3vw, 38px);
}
.price-counter-block {
  color: white;
  position: relative;
  padding: 14px 20px;
}
.price-counter-block:before {
  content: '';
  background: #E20413;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: skewX(-13deg) translate(-50%, -50%);
  border-radius: 10px;
  top: 45%;
  left: 48%;
}
.price-counter {
  font-size: clamp(24px, 5.3vw, 72px);
  line-height: 1;
  position: relative;
  z-index: 1;
}
.anim-swipe {

}
.swipe-hand {
  width: 28vw;
  max-width: 350px;
  animation: moveLeftRight 2s ease-in-out infinite;
}

@keyframes moveLeftRight {
  0% {
    transform: translateX(-25px) rotate(-5deg);
  }
  50% {
    transform: translateX(25px) rotate(5deg);
  }
  100% {
    transform: translateX(-25px) rotate(-5deg);
  }
}

.swiper-challenge-wrapper {
  width: 100%;
  color: #2A2071;
  max-width: 1600px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0px;
  font-family: 'Gotham Rounded Bold';
  position: relative;
}
.swiper-challenge-wrapper h2 {
  font-size: clamp(24px, 5.5vw, 72px);
  margin-bottom: 15px;
}
.swiper-challenge-wrapper p {
  font-size: clamp(14px, 2.3vw, 38px);
}

.swipe-gallenge-block {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
}
.bufetarka,.bufetar {
  width: 24vw;
  max-width: 350px;
  pointer-events: none;
}
.swipe-challenge {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.swipe-challenge-game {
  width: 100%;
  max-width: 500px;
  position: relative;
}
.game-preview-img {
  width: 100%;
}
.timer {
  margin-bottom: 20px;
  font-size: clamp(24px, 5.2vw, 64px);
  visibility: hidden;
  color: #e30814;
}
.timer.visible {
  visibility: visible;
}




.game-area {
  position: relative;
}

.card-stack.blurred {
  filter: blur(5px);
  pointer-events: none;
}

.game-overlay {
  position: absolute;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}
.game-overlay img {
  width: 80px;
}


.card-stack {
  position: relative;
  height: 44vw;
  max-height: 400px;
  margin: 0 auto;
}

.swipe-card {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: contain;
  transition: transform .25s ease, opacity .25s ease;
  user-select: none;
  -webkit-user-drag: none;
  touch-action: none;
  cursor: grab;
}
.swipe-card:active {
  cursor: grabbing;
}
.card-stack img {
  width: 100%;
}
.swipe-card:nth-child(1) {
  z-index: 3;
}

.swipe-card:nth-child(2) {
  z-index: 2;
  transform: translateY(-18px) scale(0.96);
  opacity: 0.7;
}

.swipe-card:nth-child(3) {
  z-index: 1;
  transform: translateY(-36px) scale(0.92);
  opacity: 0.45;
}
.top-score-section {
  width: 45vw;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 60px;
}
.top-score-section h2 {
  font-size: clamp(24px, 4.1vw, 56px);
  margin-bottom: 40px;
}
.top-score {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.score-row {
  display: flex;
  justify-content: space-between;
  font-size: clamp(20px, 3.2vw, 38px);
}
.animation-button {
  animation: heartbeat 1.5s infinite;
}
.animation-button-2 {
  animation: heartbeat2 1.5s infinite;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.1);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.1);
  }

  70% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes heartbeat2 {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.03);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.03);
  }

  70% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}

.result-box {
  position: absolute;
  top: 0;
  background: white;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 2px solid #dddddd;
  border-radius: 20px;
  gap: 15px;
  justify-content: space-between;
}
.result-box-bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.score-number {
  font-size: clamp(24px, 6.2vw, 64px);
  color: #e30814;
}
.result-box h2 {
  font-size: clamp(19px, 3.2vw, 33px);
  margin-bottom: 0;
}
.result-box p {
  font-size: clamp(13px, 2.2vw, 22px);
}
.hidden {
  display: none !important;
}
.nice-score {
  visibility: hidden;
}
.nice-score.visible {
  visibility: visible;
}



.actual-status {
  display: none;
  position: absolute;
  z-index: 99;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  pointer-events: none;
}
.actual-status img {
  width: 28vw;
  max-width: 150px;
  animation: moveLeftRight 2s ease-in-out infinite;
}

.actual-status.visible {
  display: flex;
}

.actual-status img.hidden {
  display: none;
}

.actual-value {
  transform: scale(1);
  font-size: clamp(24px, 9.1vw, 62px);
}

.actual-value.visible {
  display: inline-block;
}

.actual-value.pop {
  animation: scorePop .25s ease-out;
}

@keyframes scorePop {
  0% {
    transform: scale(0);
  }

  70% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}


















@media only screen and (max-width: 1100px) {

}
@media only screen and (max-width: 1023px) {

}
@media only screen and (max-width: 868px) {

}
@media only screen and (max-width: 769px) {
  .title-content p {
    margin-bottom: 30px;
  }
  .top-score-section h2 {
    margin-bottom: 20px;
  }
  .top-score {
    gap: 15px;
  }

}


.only-pc {
  display: block;
}
.only-mobile {
  display: none;
}



@media only screen and (max-width: 599px) {
  .price-counter-block {
    padding: 8px 14px;
  }
  .price-counter-block:before,.red-button:before,.outline-button:before {
    border-radius: 6px;
  }
  .swipe-gallenge-block {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .swipe-gallenge-block .swipe-challenge {
    order: 1;
    flex: 0 0 88%;
    width: 88%;
    margin-bottom: 30px;
  }
  .title-content {
    margin-bottom: 5px;
  }
  .card-stack {
    height: 70vw;
  }
  .swipe-hand {
    width: 23vw;
  }
  .title-content p {
    margin-bottom: 20px;
  }
  .swipe-gallenge-block .bufetarka,
  .swipe-gallenge-block .bufetar {
    order: 2;
    flex: 0 0 50%;
    width: 50%;
  }
  .swiper-challenge-wrapper h2 {
    font-size: clamp(36px, 5.5vw, 72px);
  }
  .swiper-challenge-wrapper p {
    font-size: clamp(15px, 3.7vw, 38px);
    margin-bottom: 5px;
  }
  .swipe-challenge > h2 {
    margin-bottom: 5px;
  }
  .result-box-bottom p {
    margin-bottom: 0;
  }
  .result-box h2 {
    font-size: clamp(22px, 5.6vw, 33px);
  }
  .result-box {
    gap: 10px;
    padding: 12px 15px;
  }
  .timer {
    font-size: clamp(24px, 7.2vw, 64px);
  }
  .score-number {
    font-size: clamp(24px, 8.2vw, 64px);
  }
  .top-score-section {
    margin-top: 10px;
    width: 85%;
  }
  .score-row {
    font-size: clamp(20px, 5.6vw, 38px);
  }
  .bufetarka, .bufetar {
    width: 47vw;
  }
  .actual-value {
    font-size: clamp(24px, 13.1vw, 62px);
  }
}