@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400;0,6..96,700;1,6..96,400;1,6..96,700&display=swap");
@font-face {
  font-family: "CircularXXWeb-Book";
  src: url("../fonts/CircularXXWeb-Book.woff") format("woff");
  src: url("../fonts/CircularXXWeb-Book.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "CircularXXWeb-BookItalic";
  src: url("../fonts/CircularXXWeb-BookItalic.woff") format("woff");
  src: url("../fonts/CircularXXWeb-BookItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "CircularXXWeb-Light";
  src: url("../fonts/CircularXXWeb-Light.woff") format("woff");
  src: url("../fonts/CircularXXWeb-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "CircularXXWeb-LightItalic";
  src: url("../fonts/CircularXXWeb-LightItalic.woff") format("woff");
  src: url("../fonts/CircularXXWeb-LightItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "CircularXXWeb-Bold";
  src: url("../fonts/CircularXXWeb-Bold.woff") format("woff");
  src: url("../fonts/CircularXXWeb-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "CircularXXWeb-BoldItalic";
  src: url("../fonts/CircularXXWeb-BoldItalic.woff") format("woff");
  src: url("../fonts/CircularXXWeb-BoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Circular Spotify Tx T Light";
  src: url("../fonts/1ccdd11fd9d1d81756c40d7acb17d0aa.eot");
  src: url("../fonts/1ccdd11fd9d1d81756c40d7acb17d0aa.eot?#iefix") format("embedded-opentype"), url("../fonts/1ccdd11fd9d1d81756c40d7acb17d0aa.woff2") format("woff2"), url("../fonts/1ccdd11fd9d1d81756c40d7acb17d0aa.woff") format("woff"), url("../fonts/1ccdd11fd9d1d81756c40d7acb17d0aa.ttf") format("truetype"), url("../fonts/1ccdd11fd9d1d81756c40d7acb17d0aa.svg#Circular Spotify Tx T Light") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Circular Spotify Tx T Bold";
  src: url("../fonts/112ec584bfc481ccde03444e67f8fc3f.eot");
  src: url("../fonts/112ec584bfc481ccde03444e67f8fc3f.eot?#iefix") format("embedded-opentype"), url("../fonts/112ec584bfc481ccde03444e67f8fc3f.woff2") format("woff2"), url("../fonts/112ec584bfc481ccde03444e67f8fc3f.woff") format("woff"), url("../fonts/112ec584bfc481ccde03444e67f8fc3f.ttf") format("truetype"), url("../fonts/112ec584bfc481ccde03444e67f8fc3f.svg#Circular Spotify Tx T Bold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Circular Spotify Tx T Book";
  src: url("../fonts/21a1184148d11d67c19f5076b909d63b.eot");
  src: url("../fonts/21a1184148d11d67c19f5076b909d63b.eot?#iefix") format("embedded-opentype"), url("../fonts/21a1184148d11d67c19f5076b909d63b.woff2") format("woff2"), url("../fonts/21a1184148d11d67c19f5076b909d63b.woff") format("woff"), url("../fonts/21a1184148d11d67c19f5076b909d63b.ttf") format("truetype"), url("../fonts/21a1184148d11d67c19f5076b909d63b.svg#Circular Spotify Tx T Book") format("svg");
  font-display: swap;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

html {
  font-size: 16px;
}

h1 {
  font-size: 1.75rem;
}
@media (min-width: 992px) {
  h1 {
    font-size: 4rem;
  }
}
h1 {
  margin-bottom: 1rem;
  line-height: 1.2;
}

h1.font-48 {
  font-size: 1.75rem;
}
@media (min-width: 992px) {
  h1.font-48 {
    font-size: 3rem; /* 48px */
  }
}

h2 {
  font-size: 1.75rem; /* 28px */
  margin-bottom: 1rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.375rem; /* 22px */
  margin-bottom: 1rem;
}

body {
  font-family: "Circular Spotify Tx T Book", sans-serif;
  color: #161616;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Circular Spotify Tx T Book", sans-serif;
  font-weight: 700;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-style: italic;
}

p span {
  font-style: italic;
}

.bodoni-title {
  font-family: "Bodoni Moda", serif;
  font-weight: 700;
}

button,
input[type=button],
input[type=submit] {
  cursor: pointer;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea {
  resize: vertical;
}

header {
  background: #FFEE00;
}
header .logo-header {
  width: 88px;
}

footer {
  background: #000000;
}
footer .logo-footer {
  width: 110px;
}
footer .bottom-footer {
  border-top: 1px solid #FFEE00;
  font-size: 12px;
}
footer .bottom-footer .link-icons img {
  width: 24px;
}
footer .bottom-footer .regolamento-footer {
  color: #FFEE00;
  text-decoration: underline;
  margin: 0 0.5rem;
}

.btn {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 1rem 2rem;
}
.btn.primary {
  color: #000000;
  background: #FFEE00;
}
.btn.secondary {
  color: #ffffff;
  background: #FF62AB;
}

.link {
  text-decoration: underline;
}

.bg-yellow {
  background-color: #FFEE00;
}

.term-conditions p {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

form a {
  text-decoration: underline;
}

.bg-rosa {
  background-color: #FF62AB;
}

.consulta-regolamento-section a {
  text-decoration: underline;
  font-weight: 700;
}

.hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*background-image: url('/images/illustrations/header_mobile.webp');*/
  height: calc(100vh - 150px);
  color: #000000;
  background: #62bbec;
}
@media (min-width: 992px) {
  .hero {
    background-image: url("/images/illustrations/header_desktop.webp");
    height: calc(100vh - 300px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 500px;
  }
}
.hero h1.bodoni-title {
  color: #FFEE00;
  line-height: 1.1;
  font-size: 3.5rem;
}
@media (min-width: 992px) {
  .hero h1.bodoni-title {
    font-size: 4rem;
  }
}
.hero h1.bodoni-title span {
  font-style: italic;
}

.form-section {
  background: #A5E1D3;
}
.form-section h2 {
  font-size: 2rem;
}
.form-section label {
  color: #000000;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.form-section input[type=text],
.form-section input[type=email],
.form-section select {
  background: #ffffff;
  border: none;
  padding: 1rem;
  border-radius: 0;
}
.form-section input[type=text]:focus,
.form-section input[type=email]:focus,
.form-section select:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.form-section input[type=radio] {
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #000000;
  background: #ffffff;
  appearance: none;
  border-radius: 50%;
  cursor: pointer;
}
.form-section input[type=radio]:checked {
  background: #ffffff;
  border: 2px solid #000000;
  position: relative;
}
.form-section input[type=radio]:checked::after {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  background: #000000;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form-section input[type=checkbox] {
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  border: 2px solid #000000;
  background: #ffffff;
  appearance: none;
  cursor: pointer;
  border-radius: 0;
}
.form-section input[type=checkbox]:checked {
  background: #ffffff;
  border: 2px solid #000000;
  position: relative;
}
.form-section input[type=checkbox]:checked::after {
  content: "✓";
  position: absolute;
  color: #000000;
  font-size: 1rem;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play .play-header p {
  font-weight: bold;
  font-size: 1.2rem;
}
.play .play-animation {
  background: #A5E1D3;
}
@media (min-width: 992px) {
  .play .play-content {
    background: #A5E1D3;
  }
}
.play .animation-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.play .animation-container #confettiLottie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.play .animation-container .ombrellone {
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
  width: 50%;
  margin: auto;
}
.play .animation-container .ombrellone.spinning {
  animation: spin 1s linear;
}
.play .animation-container .play-and-win {
  position: absolute;
  z-index: 3;
  transition: opacity 0.3s ease;
  bottom: 0px;
  width: 50%;
  margin: auto;
}
.play .animation-container .play-and-win.fade-out {
  opacity: 0;
}
.play .animation-container .you-are-winner {
  position: absolute;
  z-index: 3;
  transform: scale(0);
  opacity: 0;
  bottom: 0px;
  width: 50%;
  margin: auto;
}
.play .animation-container .you-are-winner.show {
  animation: scaleIn 1s ease-out forwards;
}

@keyframes spinInfinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ombrellone.spinning {
  animation: spinInfinite 1s linear infinite !important;
}

@keyframes scaleIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.swiper-pagination-bullet {
  background: #ffffff !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000 !important;
}

.coupon-code {
  font-size: 1.75rem;
  font-weight: bold;
  color: #000000;
  border: 2px dashed #000000;
  padding: 1rem 2rem;
  display: inline-block;
  background: #ffffff;
}
.coupon-code.grey {
  background: #F5F5F1;
}

.fish {
  width: 200px;
}

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