@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Galada&display=swap');


:root {

  --instrument: "Instrument Sans", sans-serif;
  --galada: "Galada", cursive;
  --red: #931F40;
  --text-pink: #FCD5D4;
  --bg-footer-pink:#EA9494;
  --bg-lgt-pink: #FFE0DF;
  --gradient: linear-gradient(180deg, #EA9494 0%, #FFE0DF 9.89%);
}

.page-wrapper {
max-width: 1440px;
margin: 0 auto;
}

/* section{
  margin: 0 auto;
  max-width: 1440px;
} */


.section-info, .section-video {
background: var(--red);
}
.section-form {
 background: var(--bg-lgt-pink);

}
.row-form{
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

body {
  font-family: var(--instrument);
  font-weight: 400;
  color: white;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  background: var(--gradient);
}

.pink{
  color: var(--text-pink);
}

.red {
  color: var(--red);
}

.headline{
  font-family: var(--galada);
  font-size: 40px;
  line-height: 19px;
  
}








.lg-title {
  font-size: 32px;
  font-weight: 700;
}

.md-title {
  font-size: 27px;
  font-weight: 700;
}

.info-title {
  font-size: 27px;

}

.prize-title {
  color: var(--red);
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;

}

.main-title {
  font-size: 22px;
}

.body-title {
  font-size: 20px;
}

.lg-text{
  font-size: 20px;
  font-weight: 700;
}

.main-text {
  font-size: 18px;
}
.notes {
  font-size: 11px;
}


.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}

.logo {
  height: 44px;
  width: auto;
  display: block;
}

.btn.btn-danger {
  height: 64px;
  border-radius: 15px;
  background: var(--red);
  font-family: var(--instrument);
  font-weight: 700;
  font-size: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: all 0.2s ease;
  letter-spacing: 1.912px;
}

.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active,
.btn.btn-danger:focus-visible,
.btn.btn-danger:first-child:active,
:not(.btn-check)+.btn.btn-danger:active {
  background: var(--red);
  filter: brightness(1.15);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  border: none;
  outline: none;
}

.form-text{
  color: #000;
  font-size: 17px;
}

.form-control {

  color: #383837;
  background-color: #fff;
  border: none;
  border-radius: 10px;
  height: 50px;
}


 /* FORM */
  
    .form-control,
    .form-select {
      border-radius: 8px;
    }
  
    .form-floating>.form-control,
    .form-floating>.form-control-plaintext,
    .form-floating>.form-select {
      height: 50px !important;
      padding-bottom: 5px !important;
          border: none;
    }
  
    .form-floating>.form-control,
    .form-floating>.form-control-plaintext,
    .form-floating>.form-select {
      line-height: 1.25;
    }
  
    .form-floating>.form-select {
      /* padding-top: 12px !important; */
          padding-top: 16px !important;
            font-weight: 600;


    }
    .form-floating>.form-control-plaintext:focus,
    .form-floating>.form-control-plaintext:not(:placeholder-shown),
    .form-floating>.form-control:focus,
    .form-floating>.form-control:not(:placeholder-shown) {
      padding-top: 1.1rem;
      font-weight: 600;
    }
  
    .form-floating>label {
      top: -4px;
    }
  
    .form-check-input {
      border-radius: 5px !important;
      width: 22px;
      height: 22px;
      border: none;
    }
  
    .form-check .form-check-input {
      margin-left: -32px;
      margin-top: 4px;
    }
  
    .form-check-label {
      padding-top: 3px !important;
      padding-left: 3px;
    }
  

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: inherit;
}

.invalid-feedback {
  color: var(--red);
  font-weight: 600;
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: var(--red);
    font-weight: 600;
}

.form-check-input:checked {
  background-color: var(--red);
  border-color: var(--red);
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: var(--red);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: var(--red);
}
/* ── prizes ── */
.prizes-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.prize-item img {
  display: block;
  width: 100%;
  height: auto;
}


/* .prize-side {
  width: 365px;
  max-width: 100%;
} */

.prize-middle {
  width: 100%;
 width: calc(100% + 10px);
  transform: translateX(-4px);
}



.prize-card-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 25px 40px 25px;
}

.prize-card-img {
    position: relative;
    z-index: 2;
    width: 100%;
    display: block;
    margin-bottom: -60px;
    max-width: 300px;
}
.prize-card-shl {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
  margin-bottom: -72px;
  max-width: 200px;
}
.prize-card {
  background: #fff;
  border-radius: 24px;
  padding: 80px 24px 32px;
  /* top padding = όσο το margin-bottom της εικόνας + λίγο extra */
  text-align: center;
  width: 100%;
  z-index: 1;
}




.section-logos {
  background-color: var(--red);
}

.logos-row {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 870px;
  padding: 20px 0;
}

.logos-row img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  object-position: center;
}


.footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.footer-nav a {
  color: var(--red);
  font-size: 20px;
}

.footer-nav span {
  color: var(--red);
}

.footer-copy {
  color: var(--red);
  font-size: 15px;
  
}
.site-footer{
  background-color: var(--bg-footer-pink);
  padding: 30px 0;
}

.section-winner {
  background-image: url(https://umb-4553t5.s3.eu-west-1.amazonaws.com/8867/media/sparkles.webp);
  background-size: cover;
  background-position: center top;
}


.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 350px;
  aspect-ratio: 9 / 16;
  margin: 0 auto 16px;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease;
}

.play-overlay:hover {
  background: rgba(0, 0, 0, 0.4);
}

.play-overlay svg {
  width: 56px;
  height: 56px;
}

.play-overlay.hidden {
  display: none;
}

/* .logos-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 40px;
} */

/* .logos-row img {
    height: 45px;
    width: auto;
} */


@media (min-width: 768px) {


  body {
    background: linear-gradient(180deg, #EB9696 0%, #FFE1E0 25.39%);;
  }


.headline {
    font-size: 70px;
    line-height: 30px;
  }

    .main-text {
      font-size: 26px;
      line-height: 32px;
    }

.logo {
  height: 83px;
}

.body-title {
  font-size: 34px;
}

.btn.btn-danger {
  height: 70px;
  font-size: 53px;
  letter-spacing: 3px;
}

.info-title {
  font-size: 35px;
  letter-spacing: 1.4px;

}

.lg-title {
  font-size: 45px;
}
.md-title {
  font-size: 37px;
  font-weight: 700;
}

.lg-text {
  font-size: 30px;
}

    .logos-row img {
      width: 90px;
      height: 90px;
    }
.prize-card {
  padding: 80px 0 32px;
}

.prize-card-img {
  width: 100%;
  max-width: 580px;
}

  .prize-card-shl {
    width: 100%;
    max-width: 270px;
  }

.section-winner {
  background-size: contain;
  background-position: center top;
  background-repeat: repeat-x;
  
}
  .prize-middle {
    width: 100%;
    width: calc(100% + -13px);
    transform: translateX(-48px);
  }

    .video-wrapper {
      max-width: 360px;
      margin-bottom: 60px;
    }
  
    .play-overlay svg {
      width: 64px;
      height: 64px;
    }
}



/* DESKTOP */
@media (min-width: 992px) {
  .prizes-flex {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: clamp(1rem, 1vw, 4rem);
  }

  .prizes {
    flex: 0 1 420px;
    max-width: 420px;
  }

    .promo-content {
      max-width: 648px;
    }
.prize-middle {
  width: 100%;
  width: calc(100% + 5px);
  transform: translateX(-4px);
}


  /* .prize-middle {
    width: 100%;
    width: 100%;
    transform: translatey(4px);
  } */
        
}


.modal-content {
  background: var(--bg-lgt-pink);
  border: none;
  border-radius: 15px;
}

.modal-footer {
  border-top: var(--bs-modal-footer-border-width) solid var(--red);
}

.modal-header {
  border-bottom: var(--bs-modal-footer-border-width) solid var(--red);
}

.index .logo-header {
  display: none;
}

.result .logo-header,
.thank-you .logo-header {
  display: none;
}

.too-late .video-title,
.too-early .video-title {
  display: none;
}

.terms .section-video,
.faq .section-video {
  display: none;
}

input[type="date"] {
  text-align: left;
  text-align-last: left;
  -webkit-appearance: none;
  appearance: none;
}

input[type="date"]::-webkit-date-and-time-value {
  text-align: left;
}

input[type="date"]::-webkit-datetime-edit {
  text-align: left;
}

.too-early .footer-nav {
  display: none
}

.too-early .footer-copy.mb-0.mt-5.fw-500  {
  margin-top: 2px!important;
}

.nowin-text {
  display: none
}

.result:has(.custom-container) .default-text {
  display: none;
}

.result:has(.custom-container) .nowin-text {
  display: block;
}
@media (min-width: 768px) {
  .prize-middle {
    width: auto;
    transform: none;
    width: 100%;
    width: calc(100% + 50px);
    transform: translateX(-25px);
  }
}

@media (min-width: 992px) {
  .prizes-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    flex-wrap: nowrap;
  }

  .prize-item {
    flex: 0 1 31%;
    max-width: 420px;
    aspect-ratio: 1500 / 569;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .prize-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .prize-middle {
    width: auto;
    transform: none;
  }


      .prize-item:nth-child(2) {
        margin-right: -30px;
 
}
}