@import url("../fonts/Merriweather/stylesheet.css");
@import url("../fonts/MerriweatherSans/stylesheet.css");
@import url("../fonts/Poppins/style.css");

:root {
  --blue: #244b77;
  --light-bg: #efefef;
  --gold: #D6B269;
  --red: #e50614;
  --white: #ffffff;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: 'Merriweather Sans', Arial, sans-serif;
  background: var(--white);
  color: #474747;
}

a { color: inherit; text-decoration: none; }

.site-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 40;
}

.nav-list { display: flex; list-style: none; }

.nav-list a { font-size: 1rem; color: var(--blue); font-weight: 400; display: block; height: 104px; line-height: 104px; border-bottom: 2px solid #ffffff; padding-left: 1.5rem; padding-right: 1.5rem; transition: background-color 1s ease, border-color 1s ease;}
.nav-list a:hover { color: var(--red); background-color: #efefef; border-color: var(--red);   }

.menu-toggle,
.menu-close {
  border: 0;
  background: transparent;
  font-size: 2rem;
  line-height: 1;
}

.mobile-nav {
  position: fixed;
  inset: 0;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.mobile-nav.open { transform: translateX(0); }
.mobile-nav-list { list-style: none; margin: 0; padding: 0; border-bottom: 1px solid #C7C7C7; margin-bottom: 1.5rem;}
.mobile-nav-list li { border-top: 1px solid #C7C7C7; }
.mobile-nav-list a { display: block; padding: 1rem 1.5rem; font-family: 'Poppins Medium'; font-weight: 500; font-size: 0.875rem; line-height: 150%; letter-spacing: 0%; color: #030303; }
.mobile-nav-list a:hover { color: var(--gold)}
.mobile-nav .mobile-rejestracja { transition: background-color 1s ease;font-family: 'Poppins Medium'; font-weight: 500; font-size: 0.875rem; line-height: 200%; background: #E50614; padding-top: 0.625rem !important; padding-bottom: 0.625rem !important; border-radius: 300px !important;}
.mobile-nav .mobile-rejestracja:hover { background-color: #C6000C;}

.hero {
  background: url("../img/background_top.jpg") no-repeat 50% 50%;
  height: 838px;
  color: #fff;
}

.hero-content {
  min-height: 430px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.hero .hero-left { padding-top: 105px}
.hero .line1 { font-family: 'Merriweather', Arial, sans-serif; font-weight: 900; font-size: clamp(42px, 9vw, 72px);; line-height: 71px; padding: 0 0 0 156px; margin: 0; font-weight: normal;}
.hero .line2 { font-family: 'Merriweather', Arial, sans-serif; font-weight: 700; color: var(--gold); font-size: 34px; line-height: 34px; padding: 0 0 0 157px; margin: 0; font-weight: normal;}
.hero .line3 { font-family: 'Merriweather', Arial, sans-serif; font-weight: 900; font-size: 72px; line-height: 70px; padding: 0 0 0 159px; margin: 0; font-weight: normal; letter-spacing: 1px;}
.hero .line4 { font-family: 'Merriweather', Arial, sans-serif; font-weight: 700; color: var(--gold); font-size: 34px; line-height: 34px; padding: 3px 0 0 157px; margin: 0; font-weight: normal;}
.hero .zglos { font-weight: 700; font-size: 32px; line-height: 30px; padding: 79px 0 0 56px; margin: 0; text-align: center; font-weight: normal;}
.hero .wygraj { margin: 10px 0 0 159px; width: 385px; height: 107px; background: url("../img/button_wygraj.png") no-repeat 0 0; display: inline-block; line-height: 107px; font-weight: 700; font-size: 40px; text-align: center;}
.hero .draw-date { font-family: 'Merriweather', Arial, sans-serif; font-weight: 300; font-size: 35px; line-height: 72px; padding: 61px 0 0 105px; letter-spacing: -1px;}
.hero .zgloszenia { padding: 3px 0 0 105px;}
.hero .draw-date strong { color: var(--gold); font-size: 2rem; display: block; font-family: 'Merriweather', Arial, sans-serif; font-style: Bold; font-size: 64px; line-height: 44px; padding-left: 83px; letter-spacing: 0; }
#rejestracja { padding-left: 100px; padding-top: 5px;}
.hero-right { color: var(--blue); }
.prize-label { background: var(--blue); color: var(--gold); display: inline-block; padding: 0.3rem 0rem; border-radius: 999px; font-family: 'Merriweather', Arial, sans-serif; font-weight: 900; font-size: 40px; margin: 77px 0 0 237px; text-align: center; line-height: 51px; width: 393px }
.prize-value { font-family: 'Merriweather', Arial, sans-serif; font-weight: 900; font-size: 128px; letter-spacing: -2px; padding: 0 0 0 40px; line-height: 149px;}
.prize-label-second { margin-top: 12px;}
.prize-value-second {padding-left: 130px;}
.znak { position: absolute; left: 539px; top: 57px; font-family: 'Merriweather'; font-weight: 900; font-size: 8rem; color: var(--gold); }

.registration { padding-top: 0.625rem;}
form.row {margin-top: 0;}
.registration .form-control { border-radius: 4px; border-color: #C7C7C7; color: #939393; height: 64px; padding: 0 1rem; line-height: 64px; }
.registration .form-control::placeholder { color: #939393; opacity: 1; }
.registration .form-control::-webkit-input-placeholder { color: #939393; opacity: 1; }
.registration .form-control::-moz-placeholder { color: #939393; opacity: 1; }
.registration .form-control:-ms-input-placeholder { color: #939393; opacity: 1; }
.registration .form-control:focus { border-color: #E50614; outline: none; box-shadow: none;}
.registration .input-label {color: #474747; font-size: 16px; line-height: 2.25rem;}
.registration .error { background: url(../img/icon_x.png) no-repeat 0 50%; padding-left: 20px; display: inline-block; color: #E50614; font-size: 0.75rem; display: none;}
.pierwszy-raz { padding: 51px 0 0 0px; display: flex;}
.pierwszy-raz p { font-size: 1.25rem; color: #030303; padding: 0 25px 0 0;}
.pierwszy-raz .btn-group label {width: 72px; height: 64px; line-height: 64px; background: #EDF5F8; border: 2px solid #B3BCB9; color: #030303; font-size: 1rem; border-radius: 28px !important; padding: 0; margin: 0; margin-right: 1rem;}
.pierwszy-raz .btn-group {top: -17px;}
.pierwszy-raz .btn-group .btn-check+.btn:hover { background-color: #244B77; border-color: #215600; color: #ffffff;}
.pierwszy-raz .btn-group .btn-check:checked+.btn { background-color: #4481C5; border-color: #4481C5; color: #ffffff;}
.pierwszy-raz .error { height: 30px; line-height: 30px;}
.checkbox-list { display: grid; gap: 0.7rem; font-size: 0.9rem; padding: 13px 0 0 0px;}
.checkbox-list .form-check-input { width: 24px; height: 24px; border: 1px solid #C7C7C7; border-radius: 4px; }
.checkbox-list .error { border-color: #E50614; display: block; background: none; font-size: 0.9rem;}
.checkbox-list .form-check-label { line-height: 1.5rem; padding-left: 1rem; font-size: 1rem; padding-top: 2px;}
.checkbox-list .form-check-label a { text-decoration: underline; color: #E50614;}
.checkbox-list .form-check-label a:hover { text-decoration: none;}
.checkbox-list .info {font-size: 1rem;}


.form-check { display: flex; align-items: flex-start; padding-bottom: 0.7rem;}
.form-check-input { margin-left: 0; margin-top: 2px;}
.form-check-label { padding-left: 0; margin-bottom: 0; }
.form-check-input:focus { box-shadow: none; outline: none; }
.form-check-input:checked { background-color: #ffffff; border-color: #C7C7C7;  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23244B77' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;}

.error-info { color: #E50614; font-size: 0.8rem; display: none;}

.submit-button { padding-top: 1rem; }
.btn-blue { height: 60px; margin: 0; padding: 0 4rem 0 4rem; background-color: #244B77; border-radius: 300px; color: #D6B269; font-size: 1.5rem; line-height: 60px; font-family: 'Merriweather', Arial, sans-serif;}
.btn-blue:hover { background-color: #E50614; color: #ffffff;}

.administrator-data { line-height: 20px; font-size: 0.75rem; padding-top: 2rem; margin: 0;}
.administrator-data-more { line-height: 20px; font-size: 0.75rem; padding-top: 0; margin: 0;}
.administrator-data-link { margin-top: 1rem; font-size: 0.75rem;}
.administrator-data-link a { color: #E50614; text-decoration: none;}
.administrator-data-link a:hover { text-decoration: underline;} 
.hidden {display: none;}
.carousel-label-price { background: var(--blue); color: var(--gold); display: inline-block; border-radius: 29px; font-family: 'Merriweather', Arial, sans-serif; font-weight: 900; font-size: 39px; text-align: center; line-height: 64px; width: 412px }

.prizes {  padding-top: 200px; }
.prizes .main-prize { color: var(--blue); font-weight: 800; font-size: clamp(3rem, 9vw, 8rem); }
.prize-carousel { position: relative; overflow: hidden; min-height: 280px; padding: 0 3.5rem; }
.prize-carousel .swiper-wrapper { align-items: center; }
.slideOne { text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 280px; }
.slider-arrow { border: 0; background: none; display: inline-block; width: 19px; height: 35px; color: var(--blue); position: absolute; z-index: 2; cursor: pointer; }
.slider-arrow-left { background: url("../img/arrow_left.svg") no-repeat 0 0; left: 10px; top: 50%;}
.slider-arrow-right { background: url("../img/arrow_right.svg") no-repeat 0 0; right: 10px; top: 50%;}

.faq { padding-top: 200px; }

.faq h2 { color: var(--blue); font-weight: bold; padding: 0 0 3rem 0; margin: 0; }
.faq-item { border: 1px solid #C7C7C7; margin-bottom: 1rem; background: #fff; transition: border-color 1s ease; border-radius: 4px;}
.faq-item:hover { border-color: #030303;}
.faq-item.is-open { border-color: #E50614;}
.faq-item .faq-question { border-bottom: 1px solid #ffffff; transition: border-color 0.5s ease; }
.faq-item.is-open .faq-question { border-bottom: 1px solid #E50614;}
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border: 0;
  background: none;
  text-align: left;
  padding: 1.25rem;
  line-height: 24px;
  font-size: 1rem;;
  font-weight: 700;
}
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.25s ease;}
.faq-answer p { margin: 0; padding: 1.25rem; font-size: 1rem; color: #030303}

.faq-symbol-minus { display: none; }
.faq-item.is-open .faq-symbol-plus { display: none; }
.faq-item.is-open .faq-symbol-minus { display: inline-block; }
.faq-symbol-plus { background: url(../img/ico_plus.svg) no-repeat 0 50%; width: 20px; display: inline-block;}
.faq-symbol-minus { background: url(../img/ico_minus.svg) no-repeat 0 50%; width: 20px;}

.site-footer {
  background: linear-gradient(90deg, var(--blue) 0%, var(--blue) 80%, #F5F5F5 80%);
  color: #fff;
  height: 414px;
  margin-top: 112px
}

.site-footer .background { background: url('../img/background_footer') no-repeat 80% 0; height: 100%; }
.site-footer .background .container { position: relative;}

.footer-shield { position: absolute; right: 0; top: -48px; background: url('../img/logo_big.png') no-repeat 0 0; width: 144px; height: 183px; display: inline-block;}

.site-footer h3 {font-weight: bold; font-size: 1.25rem; line-height: 1.75rem; padding-top: 4rem; padding-bottom: 1.5rem; letter-spacing: -3%; margin: 0}
.site-footer .email { margin: 0; padding: 0;}
.site-footer .email a {font-family: "Merriweather"; font-weight: 500; font-style: Italic; font-size: 28px; line-height: 150%; letter-spacing: -2%; padding: 0 0 0 3.6rem; background: url('../img/ico_email.svg') no-repeat 0 50%; margin: 0;}
.site-footer .email a:hover {background-image: url('../img/ico_email_hover.svg');}
.site-footer .info { padding-top: 1.6rem; margin: 0;}
.site-footer .links {display: grid; gap: 3rem; display: flex; padding-top: 2.9rem;} 
.site-footer .links .facebook { background: url('../img/ico_facebook.svg') no-repeat 0 0; padding-left: 32px; display: inline-block;}
.site-footer .links .facebook:hover {background-image: url('../img/ico_facebook_hover.svg');}
.site-footer .links .youtube { background: url('../img/ico_youtube.svg') no-repeat 0 0; padding-left: 42px; display: inline-block;}
.site-footer .links .youtube:hover {background-image: url('../img/ico_youtube_hover.svg');}
.site-footer a:hover { color: #E50614}

.loteria-info {padding-top:100px; font-size: 2rem; font-weight: bold; line-height: 140%; color: #030303}
.loteria-info span {color: #E50614;}
.loteria-info .laureates-section span {color: #030303;}
.laureates-section { margin: 100px auto 0; max-width: 1120px; line-height: 24px; }
.laureates-section h2 { color: #030303; font-family: 'Merriweather', Arial, sans-serif; font-size: clamp(3rem, 5vw, 4rem); font-weight: 700; margin-bottom: 38px; text-align: center; }
.laureates-row { align-items: center; border: 1px solid #c7c7c7; border-radius: 4px; color: #030303; display: flex; font-size: 1rem; justify-content: space-between; margin-bottom: 24px; padding: 1rem 1.5rem; }
.laureates-prize { font-weight: 400; }
.laureates-name { font-weight: 500; margin-left: 1rem; text-align: right; }
  
@media (max-width: 1400px) {
  .hero {
    height: 780px;
    background-position: 46% 50%;
  }

  .hero .hero-left { padding-top: 90px; }
  .hero .line1 { font-size: 62px; line-height: 61px; padding-left: 100px; }
  .hero .line2 { font-size: 30px; line-height: 32px; padding-left: 101px; }
  .hero .line3 { font-size: 62px; line-height: 62px; padding-left: 103px; }
  .hero .line4 { font-size: 30px; line-height: 32px; padding-left: 101px; }
  .hero .zglos { font-size: 28px; line-height: 28px; padding-top: 60px; padding-left: 0px; padding-right: 13px; }
  .hero .wygraj { margin-left: 105px; width: 330px; background-size: 100% auto; font-size: 34px; height: 92px; line-height: 92px;}
  .hero .draw-date { font-size: 30px; line-height: 64px; padding-top: 45px; padding-left: 74px; }
  .hero .draw-date strong { font-size: 54px; padding-left: 42px; }
  #rejestracja { padding-left: 69px; font-size: 0.85rem}

  .prize-label { font-size: 34px; line-height: 44px; width: 330px; margin: 82px 0 0 210px; }
  .prize-label-second { margin-top: 12px; }
  .prize-value { font-size: 105px; line-height: 124px; padding-left: 0; text-align: center; padding-left: 30px;}
  .prize-value-second { padding-left: 100px; }

  .znak { left: 435px; top: 50px; font-size: 6.75rem; }
  
}


@media (max-width: 1199px) { 
  .nav-list a { padding-left: 1.4rem; padding-right: 1.4rem; }
  .site-footer .background { background-position-x: 100%;}
}

@media (max-width: 1199px) {
  .hero {
    height: 700px;
    background-position: 48% 50%;
  }

  .hero .hero-left { padding-top: 70px; }
  .hero .line1 { font-size: 50px; line-height: 50px; padding-left: 56px; }
  .hero .line2 { font-size: 24px; line-height: 27px; padding-left: 57px; }
  .hero .line3 { font-size: 50px; line-height: 50px; padding-left: 59px; }
  .hero .line4 { font-size: 24px; line-height: 27px; padding-left: 57px; }
  .hero .zglos { font-size: 23px; line-height: 24px; padding-top: 48px; padding-left: 0; padding-right: 70px; }
  .hero .wygraj { margin-left: 60px; width: 284px; height: 78px; line-height: 78px; font-size: 30px; background-size: 100% auto; }
  .hero .draw-date { font-size: 24px; line-height: 50px; padding-top: 35px; padding-left: 35px; margin-bottom: 0; }
  .hero .draw-date strong { font-size: 44px; line-height: 36px; padding-left: 33px; }
  #rejestracja { padding-left: 4px; padding-top: 10px; margin-bottom: 0; font-size: 0.8rem;}

  .prize-label { font-size: 28px; line-height: 38px; width: 286px; margin: 75px 0 0 162px; }
  .prize-value { font-size: 86px; line-height: 104px; text-align: center; padding-left: 30px; margin-bottom: 0; }
  .prize-label-second { margin-top: 6px; }
  .prize-value-second { padding-left: 88px; }

  .znak { left: 332px; top: 45px; font-size: 5.1rem; }
}

@media (max-width: 991px) {
  .hero {
    height: 640px;
    background-position: 50% 50%;
  }
  .hero-content {
    grid-template-columns: 58% 42%;
  }
  .hero .hero-left { padding-top: 58px; }
  .hero .line1 { font-size: 42px; line-height: 42px; padding-left: 40px; }
  .hero .line2 { font-size: 20px; line-height: 23px; padding-left: 41px; }
  .hero .line3 { font-size: 42px; line-height: 42px; padding-left: 43px; }
  .hero .line4 { font-size: 20px; line-height: 23px; padding-left: 41px; }
  .hero .zglos { font-size: 20px; line-height: 21px; padding-top:50px; padding-right: 66px; }
  .hero .wygraj { margin-left: 44px; width: 246px; height: 68px; line-height: 68px; font-size: 26px; }
  .hero .draw-date { font-size: 20px; line-height: 42px; padding-top: 50px; padding-left: 27px; }
  .hero .draw-date strong { font-size: 36px; line-height: 30px; padding-left: 30px; }
  #rejestracja { margin-left: 54px; padding-top: 12px; font-size: 0.75rem; width: 220px; text-align: center; }
  .prize-label { font-size: 24px; line-height: 32px; width: 244px; margin: 72px 0 0 50px; }
  .prize-value { font-size: 65px; line-height: 84px; padding-left: 0px; }
  .prize-label-second { margin-top: 4px; }
  .prize-value-second { padding-left: 44px; }
  .znak { left: 276px; top: 41px; font-size: 4.1rem; }

  .pierwszy-raz { flex-direction: column; display: flex; text-align: center; padding-top: 40px; margin: 0; padding-bottom: 30px;;}
  .pierwszy-raz .btn-group { top: 0; display: list-item; list-style: none;}
  .pierwszy-raz label {max-width: 150px;}
  .site-footer {background: var(--blue); margin-top: 150px; height: auto; padding-bottom: 50px;;}
  .site-footer .background { background: none; }
  .footer-shield { left: calc(50% - 77px); top: -79px;}
  .site-footer h3 { padding-top:  130px;}
}

@media (max-width: 991px) {
  .laureates-section { margin-top: 80px; }
  .laureates-row { font-size: 1.15rem; min-height: 72px; }
}

@media (max-width: 767px) {
  .laureates-section { margin-top: 80px; }
  .laureates-row { flex-direction: column; align-items: center; gap: 0.4rem; font-size: 1rem; padding: 0.85rem 1rem; }
  .laureates-name { margin-left: 0; text-align: left; }

  .hero {
    background: url("../img/background_top.jpg") no-repeat 50% 0;
    background-size: cover;
    height: 440px;
  }

  .hero-content {
    grid-template-columns: 58% 42%;
    min-height: 430px;
    text-align: left;
  }

  .hero .hero-left { padding-top: 38px; }
  .hero .line1 { font-size: 34px; line-height: 34px; padding-left: 24px; }
  .hero .line2 { font-size: 16px; line-height: 18px; padding-left: 25px; }
  .hero .line3 { font-size: 34px; line-height: 34px; padding-left: 27px; }
  .hero .line4 { font-size: 16px; line-height: 18px; padding-left: 25px; }
  .hero .zglos { font-size: 15px; line-height: 17px; padding-top: 28px; padding-right: 58px; }
  .hero .wygraj { margin-left: 27px; width: 198px; height: 55px; line-height: 55px; font-size: 21px; background-size: 100% auto; }
  .hero .draw-date { font-size: 15px; line-height: 30px; padding-top: 22px; padding-left: 25px; margin-bottom: 0; }
  .hero .draw-date strong { font-size: 28px; line-height: 24px; padding-left: 18px; }
  #rejestracja { margin-left: 32px; width: 190px; text-align: center; padding-top: 8px; font-size: 0.66rem; }

  .prize-label { font-size: 17px; line-height: 23px; width: 176px; margin: 44px 0 0 40px; }
  .prize-value { font-size: 46px; line-height: 56px; margin-bottom: 0; padding-left: 10px; }
  .prize-label-second { margin-top: 25px; }
  .prize-value-second { padding-left: 40px; }
  .znak { left: 218px; top: 26px; font-size: 3.15rem; }
}

@media (max-width: 575px) {
  .hero { background: url('../img/background_top_mobile.jpg') no-repeat 0 0; background-size: cover; aspect-ratio: 360 / 654; width: 100%; height: auto; position: relative;}
  .hero-content { grid-template-columns: 1fr; min-height: auto; text-align: center; position: static; padding-left: 0; }
  .hero h1 { font-size: 2.3rem; margin: 0 auto; }
  .hero-right { border-radius: 26px; }
  .hero .hero-left { padding-top: 70px;}
  .prize-value { font-size: clamp(0.1rem, 17vw, 175px); position: absolute; right: 10px; bottom: 34vw;}
  .prize-value-second { bottom: 6vw}
  .prize-label { font-size: clamp(0.1rem, 5vw, 175px); position:  absolute; right:  10px; bottom: 50vw; padding-left: 0.5rem; padding-right: 0.5rem; margin-left: 0; width: auto; margin-top: 0;}
  .prize-label-second { bottom: 21vw}
  .hero .line1 { font-size: clamp(0.1rem, 12vw, 75px); line-height: 100%; text-align: left; }
  .hero .line2 { font-size: clamp(0.1rem, 5.5vw, 75px); line-height: 100%; text-align: left; }
  .hero .line3 { font-size: clamp(0.1rem, 12vw, 75px); line-height: 100%; text-align: left; }
  .hero .line4 { font-size: clamp(0.1rem, 5.5vw, 75px); line-height: 100%; text-align: left; }
  .hero .zglos { font-size: clamp(0.1rem, 6vw, 75px); line-height: 115%;  text-align: center; padding-left: 0; padding-right: 0; padding-top: 9%;}
  .hero .wygraj { font-size: clamp(0.1rem, 6vw, 21px); margin-left: 0px; width: 50%; height: auto; line-height: 262%; background-size: 100% auto; max-width: 198px; aspect-ratio: 198 / 68;}
  .znak { font-size: clamp(0.1rem, 21vw, 200px); top: 26px; top: 5%; left: 72%;}
  .hero .draw-date { display: none;}
  #rejestracja { display: none;}
}
