@font-face {
  font-family: 'Gotham Rounded Bold';
  src: url(..//fonts/gothamrounded-bold.woff2) format('woff2'),
    url(..//fonts/gothamrounded-bold.woff) format('woff');

}
@font-face {
  font-family: 'Gotham Rounded Book';
  src: url(..//fonts/gothamrounded-book.woff2) format('woff2'),
    url(..//fonts/gothamrounded-book.woff) format('woff');
}


* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  position: relative;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 18px;
  overflow-x: hidden;
  background: #00A8A8;
  background-image: url("../images/red-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 51%;
  background-position-x: center;
  background-position-y: bottom;
}
.main-wrapper-relative {
  position: relative;
  padding-top: 60px;
  margin-bottom: 60px;
}
a {
  color: #FFFFFF;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
.hover-a {
  transition: .3s all;
}
.hover-a:hover {
  transform: translateY(-4px);
}
p {
  margin: 0;
  padding: 0;
}
.block {
  display: block;
}
.contentCnt {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1100px;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.hero-section {
  display: flex;
  gap: 15px;
  width: 100%;
  max-width: 1060px;
  padding: 0 20px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
.hero-section > img {
  max-width: 430px;
}
.counter {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.counter h2 {
  font-family: 'Gotham Rounded Bold';
  margin-top: 0;
  margin-bottom: 0;
  color: white;
  font-size: 30px;
}
.counter h3 {
  font-family: 'Gotham Rounded Book';
  margin-top: 0;
  margin-bottom: 0;
  color: white;
  font-size: 30px;
}
.cards {
  display: flex;
  gap: 10px;
}
.cards .card {
  text-align: center;
  font-size: 25px;
  font-family: "Gotham Rounded Bold";
  border-radius: 8px;
}
.cards .card > span {
  color: white;
  font-size: 12px;
  display: block;
  margin-top: 6px;
}
.cards .card .flip-card {
  display: flex;
  flex-direction: column;
  position: relative;
  border: 3px solid white;
  border-radius: 12px;
}
.cards .card.days .flip-card {
  border: 3px solid #E20413;
  border-radius: 12px;
}
.cards .card .top-half,
.cards .card .bottom-half,
.cards .card .top-flip,
.cards .card .bottom-flip {
  color: #E20413;
  font-size: 50px;
  height: 45px;
  width: 84px;
  padding: 15px 5px;
  overflow: hidden;
  text-align: center;
  will-change: transform !important;
}
.cards .card .top-half,
.cards .card .top-flip {
  border-radius: 8px 8px 0 0;
  color: #E20413;
  background: #ffffff;
  background: -webkit-linear-gradient(182deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
  background: -moz-linear-gradient(182deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
  background: linear-gradient(182deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#F2F2F2", GradientType=0);
}
.cards .card.days .top-half,
.cards .card.days .top-flip {
  color: white;
  background: #E20413;
  background: -webkit-linear-gradient(180deg, rgba(226, 4, 19, 1) 46%, rgba(252, 222, 223, 1) 100%);
  background: -moz-linear-gradient(180deg, rgba(226, 4, 19, 1) 46%, rgba(252, 222, 223, 1) 100%);
  background: linear-gradient(180deg, rgba(226, 4, 19, 1) 46%, rgba(252, 222, 223, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E20413", endColorstr="#FCDEDF", GradientType=0);
}
.cards .card .top-half::before {
  position: absolute;
  content: '';
  background: #fff;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.cards .card.days .top-half::before {
  background: #E20413;
}
.cards .card .top-flip::before {
  position: absolute;
  content: '';
  background: #fff;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.cards .card.days .top-flip::before {
  background: #E20413;
}
.cards .card .bottom-half, .cards .card .bottom-flip {
  border-radius: 0 0 8px 8px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #c9c9c9;
  background: -webkit-linear-gradient(182deg, rgba(201, 201, 201, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: -moz-linear-gradient(182deg, rgba(201, 201, 201, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(182deg, rgba(201, 201, 201, 1) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C9C9C9", endColorstr="#FFFFFF", GradientType=0);
}
.cards .card.days .bottom-half, .cards .card.days .bottom-flip{
  color: white;
  background: #E20413;
  background: -webkit-linear-gradient(360deg, rgba(226, 4, 19, 1) 46%, rgba(252, 222, 223, 1) 100%);
  background: -moz-linear-gradient(360deg, rgba(226, 4, 19, 1) 46%, rgba(252, 222, 223, 1) 100%);
  background: linear-gradient(360deg, rgba(226, 4, 19, 1) 46%, rgba(252, 222, 223, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E20413", endColorstr="#FCDEDF", GradientType=0);
}
.cards .card .top-flip {
  position: absolute;
  transform-origin: bottom;
  transform: rotateX(0deg);
  animation: flip-top 0.5s ease-in forwards;
}
.cards .card .bottom-flip {
  position: absolute;
  bottom: 0;
  transform-origin: top;
  transform: rotateX(90deg);
  animation: flip-bottom 0.5s ease-out 0.5s;
}
@keyframes flip-top {
  to {
    transform: rotateX(90deg);
  }
}
@keyframes flip-bottom {
  to {
    transform: rotateX(0deg);
  }
}
.test-wrapper {
  width: 100%;
  max-width: 800px;
  padding: 0 20px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.test-title {
  text-align: center;
}
.test-title .blue-button span {
  font-size: 30px;
}
.test-title .blue-button > span {
  font-family: 'Gotham Rounded Book';
}
.test-title .blue-button {
  padding: 14px 20px 20px;
}
.test-title .blue-button:before {
  border-radius: 12px 12px 0 0;
}
.quiz-form {
  position: relative;
  top: -10px;
  z-index: 3;
}
.test-wrapper h3 {
  text-align: center;
  color: white;
  font-size: 30px;
  font-family: 'Gotham Rounded Book';
  margin-top: 0;
  margin-bottom: 20px;
}

@keyframes buttonPulse {
  0% {transform: scale(1);}
  70% {transform: scale(1.05);}
  100% {transform: scale(1);}
}

.loto-red-color {
  color: #E30613;
}
.conditions {
  text-align: center;
  padding-top: 8px;
  line-height: 1;
  margin-bottom: 7px;
}
.conditions a {
  font-size: 14px;
  color: #2A2071;
  text-decoration: underline;
  font-family: 'Gotham Rounded Book';
}
.strong {
  font-family: "Gotham Rounded Bold";
}
/* veľkosť si vieš zmeniť cez --rsize a --radii */
.radio-tile { display:flex; gap:10px;
  margin-bottom: 16px;align-items: stretch;}
.radio-tile input {
  position:absolute; inline-size:1px; block-size:1px; margin:-1px; padding:0;
  border:0; clip:rect(0 0 0 0); overflow:hidden; white-space:nowrap;
}

/* vonkajší “štvorec” */
.radio-tile .mark{
  --rsize: 50px;         /* celková veľkosť ikonky */
  --outer: 10px;         /* radius vonkajšieho */
  --inner: 6px;         /* radius vnútorného */
  inline-size:var(--rsize); block-size:var(--rsize);
  border-radius:var(--outer);
  background: white;
  display:grid; place-items:center;
  box-shadow: inset 0 0 0 12px #60bebe; /* “hrubý rámik” */
}
.txt {
  background:rgba(255,255,255,.25);
  display: flex;
  padding: 0 10px;
  border-radius: 10px;
  align-items: center;
  flex: 1;
  position: relative;
  z-index: 4;
}
/* vnútorný štvorec – default len obrys */
.radio-tile .mark::before{
  content:"";
  inline-size:calc(var(--rsize) - 23px);
  block-size:calc(var(--rsize) - 23px);
  border-radius:var(--inner);
  border: 3px solid #df1d2d;         /* červený obrys pri unchecked */
  background:transparent;
  transition:background .2s, border-color .2s;
}

/* checked = plná červená výplň bez obrysu */
.radio-tile input:checked + .mark::before{
  background:#df1d2d;               /* plná červená */
  border-color:transparent;
}

/* klávesnicový focus na inpute zvýrazní “mark” */
.radio-tile input:focus-visible + .mark{
  outline:3px solid #fff; outline-offset:4px;
}

/* disabled (ak budeš používať) */
.radio-tile input:disabled + .mark{ opacity:.5; }
.step {
  display: block;
  text-align: center;
  font-family: "Gotham Rounded Bold";
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}
fieldset {
  border: none;
  display: block;
  margin-inline: unset;
  padding-block: unset;
  padding-inline: unset;
  position: relative;
  z-index: 9;
}
legend {
  padding-inline: unset;
  font-size: 32px;
  font-family: "Gotham Rounded Bold";
  color: white;
  margin-bottom: 10px;
}
fieldset label {
  display: block;
  cursor: pointer;
  color: white;
  font-family: "Gotham Rounded Book";
  font-size: 22px;
}
.swiper-slide {
  background: #00A8A8;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 30px;
}
.center-block {
  margin: 0 auto;
  text-align: center;
}
.red-button {
  color: #fff;
  padding: 8px 20px;
  position: relative;
  display: inline-block;
  z-index: 2;
  text-align: center;
}
.red-button:before {
  content: '';
  background: #E30613;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: skewX(-13deg) translate(-50%, -50%);
  border-radius: 6px;
  top: 47%;
  left: 47%;
  transition: .3s all;
}
.red-button span {
  font-size: 32px;
  position: relative;
  z-index: 2;
  font-family: "Gotham Rounded Bold";
}
.blue-button {
  color: #fff;
  padding: 8px 20px;
  position: relative;
  display: inline-block;
  z-index: 2;
  text-align: center;
}
.blue-button:before {
  content: '';
  background: #2A2071;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: skewX(-13deg) translate(-50%, -50%);
  border-radius: 6px;
  top: 47%;
  left: 48%;
  transition: .3s all;
}
.blue-button span {
  font-size: 18px;
  position: relative;
  z-index: 2;
  font-family: "Gotham Rounded Bold";
}
.inline-block {
  display: inline-block;
}

.more-info {
  text-align: center;
  color: white;
  font-family: "Gotham Rounded Book";
  font-size: 20px;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.social {
  display: flex;
  gap: 5px;
}
.social a {
  display: flex;
}
.social a img {
  width: 27px;
  box-sizing: border-box;
}
.anim-button {
  animation: 1s ease 0s infinite normal both running buttonPulse;
}
.final-result .user-type-divider {
  font-family: "Gotham Rounded Bold";
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}
.final-result .user-type-divider span {
  font-size: 30px;
}
.final-result p {
  font-family: "Gotham Rounded Book";
  padding: 20px;
  background: #21166E;
  border-radius: 12px;
  margin-bottom: 20px;
}
.result-block {
  padding: 40px 20px;
  background: #21166E;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  font-family: "Gotham Rounded Bold";
  font-size: 22px;
}
.result-block table {
  width: 100%;
}
.result-block table tr td:first-child {
  text-align: right;
  padding-right: 20px;
  width: 44%;
}
.results {
  display: flex;
  gap: 5px;
}
td[data-ans] span {
  position: relative;
  z-index: 1;
}
td[data-ans='A'] span:before {
  content: '';
  background: #00A8A8;
  position: absolute;
  left: 50%;
  top: 45%;
  width: 35px;
  height: 35px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
td[data-ans='B'] span:before {
  content: '';
  background: #E20413;
  position: absolute;
  left: 50%;
  top: 45%;
  width: 35px;
  height: 35px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}

td[data-pct] span {
  position: relative;
  z-index: 0;
}
td[data-pct] span:before {
  content: '';
  background: #0A0568;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
.final-result {
  background: #2A2071;
  color: white;
  text-align: center;
}
.user-type-divider img {
  width: auto;
  height: 113px;
}
@media only screen and (max-width: 1600px) {

}
@media only screen and (max-width: 1400px) {

}
@media (max-width: 1100px) {
  .hero-section > img {
    max-width: 370px;
  }
  .counter h2,.counter h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1050px) {

}
@media only screen and (max-width: 1000px) {
  legend {
    font-size: 28px;
  }

}
@media only screen and (max-width: 950px) {
}
@media only screen and (max-width: 900px) {
  .final-result .user-type-divider span {
    font-size: 24px;
  }
  .user-type-divider img {
    height: 100px;
  }
  .test-wrapper h3 {
    font-size: 24px;
  }
  .test-title .blue-button span {
    font-size: 24px;
  }
  .test-title .blue-button {
    padding: 8px 20px 20px;
  }
  .counter h2, .counter h3 {
    font-size: 23px;
  }
  .hero-section > img {
    max-width: 310px;
  }
  .test-wrapper h3 {
    margin-bottom: 14px;
  }

}
@media only screen and (max-width: 868px) {


}


@media only screen and (max-width: 769px) {
  .more-info {
    font-size: 16px;
  }
  .social a img {
    width: 23px;
  }
  .result-block {
    font-size: 18px;
    padding: 30px 10px;
  }
  .result-block table tr td:first-child {
    padding-right: 10px;
  }
  .result-block table {
    border-spacing: 2px 8px;
  }
  legend {
    font-size: 26px;
    margin-bottom: 20px;
  }
  fieldset label {
    font-size: 20px;
  }
  .cards .card .top-half, .cards .card .bottom-half, .cards .card .top-flip, .cards .card .bottom-flip {
    width: 72px;
    font-size: 39px;
    height: 34px;
    padding: 10px 5px;
  }
  .counter h2, .counter h3 {
    font-size: 20px;
  }
  .blue-button span {
    font-size: 16px;
  }
  .hero-section > img {
    max-width: 250px;
  }
}
@media only screen and (max-width: 650px) {
  .counter h2, .counter h3 {
    font-size: 17px;
  }
  .hero-section > img {
    max-width: 210px;
  }
}
.only-mobile {
  display: none !important;
}
.only-pc {
  display: block !important;
}
@media only screen and (max-width: 599px) {
  .social {
    gap: 10px;
  }
  .social a img {
    width: 22px;
  }
  .final-result .user-type-divider span {
    font-size: 20px;
  }
  .more-info {
    font-size: 14px;
    gap: 12px;
  }
  .user-type-divider img {
    height: 80px;
  }
  fieldset label {
    font-size: 18px;
  }
  legend {
    font-size: 22px;
  }
  .final-result p {
    font-size: 13px;
  }
  .result-block {
    font-size: 14px;
    padding: 25px 5px;
  }
  .result-block table tr td:first-child {
    width: 40%;
  }
  td[data-pct] span:before {
    width: 55px;
    height: 55px;
  }
  td[data-ans='A'] span:before,  td[data-ans='B'] span:before {
    width: 25px;
    height: 25px;
  }
  .test-wrapper {
    padding: 0 10px;
    padding-bottom: 80px;
  }

  .swiper-slide {
    padding: 30px 15px;
  }
  .hero-section {
    flex-direction: column;
    gap: 30px;
  }
  .main-wrapper-relative {
    padding-top: 60px;
    margin-bottom: 60px;
  }
  .only-mobile {
    display: block !important;
  }
  .only-pc {
    display: none !important;
  }
  .counter h2, .counter h3 {
    font-size: 22px;
  }
  .blue-button span {
    font-size: 18px;
  }
  .test-wrapper h3 {
    font-size: 28px;
  }


}
@media only screen and (max-width: 550px) {
  fieldset label {
    font-size: 16px;
  }
  .radio-tile .mark {
    --rsize: 40px;
  }
  .result-block table tr td:first-child {
    padding-right: 0px;
  }

}
@media only screen and (max-width: 463px) {
  td[data-pct] span:before {
    width: 40px;
    height: 40px;
  }
  td[data-ans='A'] span:before, td[data-ans='B'] span:before {
    width: 20px;
    height: 20px;
  }
  .final-result .user-type-divider span {
    font-size: 18px;
  }
  .user-type-divider img {
    height: 70px;
  }
  .final-result p {
    font-size: 13px;
    padding: 20px 10px;
  }
  .result-block table tr td:first-child {
    width: 42%;
  }
  .result-block {
    font-size: 12px;
  }
  .swiper-slide {
    padding: 20px 12px;
  }
  .txt {
    padding: 0 6px;
  }
  .radio-tile {
    gap: 5px;
  }
  fieldset label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 424px) {
  .counter h2, .counter h3 {
    font-size: 20px;
  }
  .final-result p {
    font-size: 12px;
  }

}
@media only screen and (max-width: 391px) {
  .final-result p {
    font-size: 11px;
  }
  .result-block {
    font-size: 11px;
  }
  .counter h2, .counter h3 {
    font-size: 19px;
  }
}
/*IPHONE SE PORTAIL*/
@media only screen and (max-width: 376px) {

}
/*IPHONE LANDSCAPE*/
@media (max-width: 930px) and (max-height: 500px) {

}

/*IPHONE SE LANDSCAPE*/
@media (max-width: 700px) and (max-height: 400px) {

}

@media only screen and (min-width: 1919px) {

}
@media only screen and (min-width: 2259px) {

}
@media only screen and (min-width: 3839px) {

}
.mt-0 {
  margin-top: 0 !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
