/* https://umb-4553t5.s3.eu-west-1.amazonaws.com/8646/media/social.avif */

@font-face {
  font-family: 'Escuela';
  src:
    url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8646/fonts/Escuela-NormalSemiBold.woff2') format('woff2'),
    url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8646/fonts/Escuela-NormalSemiBold.woff') format('woff'),
    url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8646/fonts/Escuela-NormalSemiBold.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Escuela';
  src: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8646/fonts/Escuela-Bold.woff2') format('woff2'),
    url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8646/fonts/Escuela-Bold.woff') format('woff'),
    url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8646/fonts/Escuela-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Escuela';
  src: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8646/fonts/Escuela-Black.woff2') format('woff2'),
    url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8646/fonts/Escuela-Black.woff') format('woff'),
    url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8646/fonts/Escuela-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8646/fonts/avenir-roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}



:root {
  --max-w: 1600px;
  --escuela: 'Escuela', Arial, Helvetica, sans-serif;
  --avenir: 'Avenir';
  --grey: #383837;
  --gradient-top: linear-gradient(180deg, #FA6400 24.04%, #C61316 80.29%);
  --gradient-bottom: linear-gradient(180deg, #FA6400 24.04%, #C61316 62.02%);
  --gradient-wrapper: linear-gradient(145deg, #C61316 6.17%, #940F11 93.82%);
  --main-wt: #FAF5ED;
  --yellow: #FED400;
  --blue-txt: #034C7F;
  --red-text: #D90D1D;
  --red-box: #C61316;
  --section-max-width: 1770px;
  --section-padding-inline: 1rem;
  --gradient-border: linear-gradient(90deg,
      #FED400 0%, #CD102B 30%, #DF591B 75%, #FED400 100%);
      
}




body {
  font-family: var(--escuela);
  font-size: 20px;
  color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  background:linear-gradient(145deg, #C61316 6.17%, #940F11 93.82%);
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--escuela);
  font-weight: 900;
}

.fs-1 {
  font-weight: 900;
}

.section {
  width: 100%;
  max-width: var(--section-max-width);
  margin-inline: auto;
  padding-inline: var(--section-padding-inline);
}

@media (min-width: 768px) {
  :root {
    --section-padding-inline: 2rem;
  }
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-900 {
  font-weight: 900 !important;
}


a,
a:hover,
a:focus {
  color: inherit;
}

.main-title {
  font-size: 35px;
  text-align: center;
}

.md-title {
  font-size: 32px;
  text-align: center;
}

.md-text {
  font-size: 20px;
}

.body-text {
  font-size: 19px;
}

.short-terms,
.copyright {
  font-family: var(--avenir);
  font-weight: 400;
}

.copyright {
  font-size: 13px;
}

.short-terms {
  font-size: 11px;
}

.notes {
  font-size: 10px;
}

.form-text {
  color: var(--grey);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.btn.btn-warning {
  height: 53px;
  border: 2px solid transparent;
  border-radius: 17px;
  background:
    linear-gradient(var(--yellow), var(--yellow)) padding-box,
    var(--gradient-border) border-box;
  color: var(--blue-txt);
  font-size: 14px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;

  transition: all .2s ease;
}



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

.btn.btn-light {
  height: 65px;
  border: 2px solid transparent;
  border-radius: 20px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg,
      #FED400 0%,
      #CD102B 30%,
      #DF591B 75%,
      #FED400 100%) border-box;
  color: var(--red-text);
  font-size: 28px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s ease;
}

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

.btn.btn-danger {
  height: 53px;
  border: 2px solid transparent;
  border-radius: 17px;
  background:
    linear-gradient(var(--red-box), var(--red-box)) padding-box,
    var(--gradient-border) border-box;
  font-size: 14px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
}


.form-control {

  color: #383837;
  background-color: #fff;
  border: none;
  border-radius: 8px;
  height: 40px;
}


/* FORM */

.form-control,
.form-select {
  border-radius: 8px;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
  height: 40px !important;
  padding-bottom: 5px !important;
  font-weight: 700;
  color: var(--grey)
}

.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: 8px !important;
  font-size: 14px;


}

.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: 0.7rem;
  font-weight: 700;
}

.form-floating>label {
  top: -8px;
}

.form-check {
  min-height: 22px;
  padding-left: 1.3rem;
  text-align: left;
}

.form-check-input {
  width: 22px;
  height: 22px;
  margin-top: 0.15rem;
  margin-left: -2.25rem;
  border-radius: 5px !important;
  cursor: pointer;
}

.form-check-label {
  display: block;
  padding-top: 0;
  padding-left: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.24px;
  cursor: pointer;
}

.form-check-label a {
  color: inherit;
}

.form-check .invalid-feedback {
  margin-top: 0.35rem;
}


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

.invalid-feedback {
  color: var(--yellow);
}

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

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

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #0d6efd;
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #0d6efd;
}


/* ==========================================================================
   Header — mobile first
   ========================================================================== */

.header-section {
  position: relative;
  overflow: hidden;
  padding-block: 1.5rem;
  padding-bottom: 70px;
  background: var(--gradient-top);
}

.main-section {
  background: var(--main-wt);
  padding-block: 1.5rem;
}


.footer-section {
  background: var(--gradient-bottom);
  padding-block: 1.5rem;
}

.site-header__logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;

}

.site-header__logo {
  width: 141px;
  height: auto;
  display: block;
  margin-bottom: 25px;
}

/* --------------------------------------------------------------------------
  Scene: iceLeft / (main-image + headline) / iceRight
   -----------------------------------------------------------------------

   -------------------------------------------------------------------------- */
@media (max-width: 400px) {
  .header__main {
    transform: translateX(clamp(-24px, -6vw, -8px));
  }
}
.header__scene {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.75rem;
}

.header__main {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
}

.header__penguins {
  display: block;
  flex: 0 0 auto;
  width: auto;
  height: clamp(160px, calc(69px + 22.2vw), 190px);
}

.header__headline {
  position: relative;
  z-index: 3;
  flex: 0 0 auto;
  width: clamp(180px, calc(89px + 22.2vw), 200px);
  margin-left: clamp(-78px, -19vw, -62px);
}

/* The SVG viewBox controls the natural height for 2-line and 3-line versions. */
.header__headline--2-lines,
.header__headline--3-lines {
  align-self: center;
}

.header__headline-svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}

.headline-text {
  font-family: var(--escuela);
  font-weight: 900;
  fill: #fff;
}

.headline-text--sm {
  font-size: 50px;
}

.headline-text--lg {
  font-size: 110px;
  letter-spacing: -0.04em;
}

.headline-text--xl {
  font-size: 92px;
}

.headline-text--md2 {
  font-size: 87px;
}

.headline-text--md {
  font-size: 96px;
}

.header__ice {
  position: absolute;
  z-index: 1;
  height: clamp(37px, 9vw, 90px);
  width: auto;
  pointer-events: none;
  user-select: none;
}

.header__ice--left {
  left: -75px;
  bottom: 60px;
}

.header__ice--right {
  right: -73px;
  bottom: -30px;
}

.footer-section {
  position: relative;
  overflow: hidden;
  background: var(--gradient-bottom);
  padding-top: 1.5rem;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

.footer-visual {
  position: relative;
  width: 100%;
  margin-top: 1rem;
  line-height: 0;
}

.footer-visual__image {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}





/* ==========================================================================
   Promo Card / Wrapper — mobile first
   ========================================================================== */



.promo-card-wrap {
  position: relative;
  max-width: 650px;
  margin-top: -60px;
  padding-top: 10px;
  padding-bottom: 70px;
  z-index: 2;
}

.promo-card {
  position: relative;
  z-index: 2;
  border-radius: 18px;
  background: var(--gradient-wrapper);
  box-shadow:
    0 3px 14px 0 rgba(60, 2, 4, 0.55),
    0 2px 0 0 rgba(255, 255, 255, 0.12) inset,
    0 -2px 0 0 rgba(0, 0, 0, 0.12) inset;
  padding: 4rem 1.25rem 6rem;
  color: #fff;
}

.promo-card-content {
  width: 100%;
  max-width: 560px;
}

.promo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 14px;
  border-radius: inherit;
  background: linear-gradient(186deg,
      rgba(254, 212, 0, 0.5) 1.13%,
      rgba(250, 146, 10, 0.5) 30.73%,
      rgba(255, 149, 0, 0.5) 74.44%,
      rgba(254, 212, 0, 0.5) 98.87%);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}

.promo-card>* {
  position: relative;
  z-index: 2;
}

.promo-card-snow {
  position: absolute;
  top: 1px;
  left: 50%;
  z-index: 3;
  width: calc(100% + 4px);
  max-width: none;
  height: auto;
  transform: translateX(-50%);
  pointer-events: none;
  user-select: none;
}

.promo-card-pack {
  position: absolute;
  left: 50%;
  bottom: -124px;
  z-index: 4;
  width: min(88%, 470px);
  height: auto;
  transform: translateX(-50%);
  pointer-events: none;
  user-select: none;
}



.modal-content {
  background: linear-gradient(145deg, #C61316 6.17%, #940F11 93.82%);
}

.btn-close {
  filter: invert(1);
}





/* ==========================================================================
   Book Grid
   ========================================================================== */

:root {
  --card-frame:
    linear-gradient(135deg,
      #e87c00 6.17%,
      #ffb800 93.82%);

  --card-frame-selected:
    linear-gradient(135deg,
      #ffb400 6.17%,
      #ff8a00 93.82%);

  --card-image-border: #c81018;
  --card-image-border-selected: #ff9500;
}


/* ==========================================================================
   Grid
   ========================================================================== */

.book-grid {
  width: 100%;
}

.book-grid-title {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 16px;
}

.book-grid-title span {
  color: #fff;
}

/* Κρατά όλες τις κάρτες της ίδιας σειράς στο ίδιο ύψος */
.book-grid .row>[class*="col-"] {
  display: flex;
}


/* ==========================================================================
   Card
   ========================================================================== */

.book-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.book-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.18);
}


/* ==========================================================================
   Hidden radio
   ========================================================================== */

.book-card__radio {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}


/* ==========================================================================
   Top image frame
   ========================================================================== */

.book-card__frame {
  display: block;
  width: 100%;
  /* aspect-ratio: 1 / 1; */
  padding: 6px;
  box-sizing: border-box;

  background: var(--card-frame);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;

  box-shadow:
    0 5px 0 rgba(92, 18, 10, 0.35),
    0 9px 16px rgba(50, 8, 5, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);

  transition:
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.book-card__border {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px;
  box-sizing: border-box;

  background-color: var(--card-image-border);
  border: 1px solid rgba(80, 10, 10, 0.35);
  border-radius: 15px;

  box-shadow:
    0 2px 5px rgba(65, 8, 8, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -2px 3px rgba(80, 8, 8, 0.18);

  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.book-card__image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  /* aspect-ratio: 3 / 4; */
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;

  background-image:
    linear-gradient(45deg,
      #e5e5e5 25%,
      transparent 25%),
    linear-gradient(-45deg,
      #e5e5e5 25%,
      transparent 25%),
    linear-gradient(45deg,
      transparent 75%,
      #e5e5e5 75%),
    linear-gradient(-45deg,
      transparent 75%,
      #e5e5e5 75%);

  background-size: 20px 20px;

  background-position:
    0 0,
    0 10px,
    10px -10px,
    -10px 0;
}

.book-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: inherit;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}


/* ==========================================================================
   Card body
   ========================================================================== */

.book-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  padding: 1.1rem 1.1rem 1.25rem;
  color: var(--blue-txt);
}

.book-card__title {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--blue-txt);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
}

.book-card__desc {
  display: block;
  flex: 1;
  margin-bottom: 1.1rem;
  color: var(--blue-txt);
  font-family: var(--avenir);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}


/* ==========================================================================
   Button
   ========================================================================== */

.book-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin-top: auto;
  padding: 0.65rem 1rem;
  color: var(--blue-txt);
  background: var(--yellow);
  border-radius: 15px;
  font-family: var(--escuela);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.book-card__btn-label {
  display: block;
}

.book-card__btn-label--selected {
  display: none;
}


/* ==========================================================================
   Selected state
   ========================================================================== */

.book-card__radio:checked~.book-card__frame {
  background: var(--card-frame-selected);
}

.book-card__radio:checked~.book-card__frame .book-card__border {
  background-color: var(--card-image-border-selected);
}

.book-card__radio:checked~.book-card__frame .book-card__border {
  box-shadow: 0 0 12px rgba(255, 149, 0, 0.35);
}

.book-card__radio:checked~.book-card__body .book-card__btn {
  color: #fff;
  background:
    linear-gradient(90deg,
      #ff9a2e 0%,
      #ff7a00 100%);
  box-shadow: 0 4px 10px rgba(194, 75, 0, 0.2);
}

.book-card__radio:checked~.book-card__body .book-card__btn-label--choose {
  display: none;
}

.book-card__radio:checked~.book-card__body .book-card__btn-label--selected {
  display: block;
}

/* ==========================================================================
   Keyboard focus
   ========================================================================== */

.book-card__radio:focus-visible~.book-card__frame {
  outline: 3px solid var(--blue-txt);
  outline-offset: -3px;
}

.book-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;

  box-shadow:
    0 0 0 1px rgba(75, 8, 8, 0.4),
    inset 0 0 8px rgba(0, 0, 0, 0.12);
}

/* ==========================================================================
   Desktop — min-width 768px
   ========================================================================== */

@media (min-width: 768px) {

  .book-grid-title {
    font-size: 20px;
  }

  .book-card__title {
    font-size: 20px;
  }

  .book-card__desc {
    font-size: 15px;
  }

    .book-card__frame,.book-card__border {
    padding: 6px;
  }

  /* .book-card__frame {
    padding: 12px;
  } */


  .header-section {
    padding-block: 2rem;
    padding-bottom: 110px;
  }

  .site-header__logo-wrap {
    justify-content: flex-start;
  }

  .site-header__logo {
    width: 260px;
  }

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

  .header__scene {
    margin-top: -30px;
  }

  .header__penguins {
    /* height: 409px; */
    height: 319px;
  }

  .header__headline {
    width: 360px;
    margin-left: -153px;
  }


  .header__ice {
    height: 110px;
  }

  .header__ice--left {
    left: -180px;
    bottom: -80px;
  }

  .header__ice--right {
    right: -210px;
  }

  .footer-section {
    padding-top: 2rem;
  }

  .footer-visual {
    margin-top: -3rem;
  }

  .footer-visual__image {
    min-width: 100%;
  }

  .main-section {
    padding-block: 2rem;
    background-image: url(https://umb-4553t5.s3.eu-west-1.amazonaws.com/8646/media/Penguins-bg-xl.avif);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1900px auto;
    min-height: 996px;
  }
/* 
  .c .main-section,
  .landing .main-section {
    padding-block: 2rem;
    background-image: url(https://umb-4553t5.s3.eu-west-1.amazonaws.com/8646/media/Penguins-bg-xl.avif);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1900px auto;
    min-height: 996px;
  } */


  .terms .main-section,
  .privacy .main-section,
  .faq .main-section {
    padding-block: 2rem;
    background-image: url(https://umb-4553t5.s3.eu-west-1.amazonaws.com/8646/media/Penguins-bg-xl.avif);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 1900px auto;
    min-height: 996px;
  }

  .promo-card-wrap {
    margin-top: -87px;
    ;
    padding-top: 10px;
    padding-bottom: 92px;
  }


  .promo-card {
    border-radius: 24px;
    padding: 5rem 3rem 7rem;
    box-shadow:
      0 12px 60px 0 rgba(60, 2, 4, 0.55),
      0 2px 0 0 rgba(255, 255, 255, 0.12) inset,
      0 -2px 0 0 rgba(0, 0, 0, 0.12) inset;
  }


  .promo-card-pack {
    bottom: -180px;
  }

  .promo-card-pack {
    width: min(97%, 540px);
  }

  .promo-card::before {
    content: "";
    padding: 20px;

  }

}

@media (min-width:1200px) {
  .header__penguins {
    height: 409px;
  }

  .header__headline {
    width: 420px;
    margin-left: -135px;
  }

  .header__ice--right {
    right: -210px;
    bottom: 110px;
  }

  .site-header__logo {
    width: 300px;
  }

  .footer-visual {
    margin-top: -9rem;
  }

}

@media (min-width:1400px) {
  .header__penguins {
    height: 409px;
  }

  .header__headline {
    width: 420px;
    margin-left: -135px;
  }

  .header__scene {
    margin-top: -78px;
  }

  .header__ice--right {
    right: -130px;
  }

  .header__ice--left {
    left: -123px;
  }

}

@media (min-width:1600px) {


  .header__ice--right {
    right: -30px;
  }

  .header__ice--left {
    left: -10px;
  }

}