@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
	--gold: #CCA556;
	--main_dark: #181818;
}

html {
  width: 100%;
  height: 100%;
	font-size: clamp(15px, 1.563vw ,30px);
}
body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #250000;
  color: #fff;
}



/* typo*/

h1 {
    font-size: min(11vw, 3.167rem);
	color: var(--gold);
	font-weight: 500;
	letter-spacing: -0.02rem;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	line-height: 1;
	margin: 4.3rem auto 1rem auto;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	text-align: left;

}

@media (min-width: 576px) {
	h1 {
		padding-right: 2rem;
		line-height: 0.85;
	}}

h1 img {
	width: 4.767rem;
	height: auto;
	margin-right: 1.5rem;
}

h1 strong {
	font-weight: 900;
}

h1 small {
    display: block;
    letter-spacing: 0.2rem;
    color: #fff;
    font-size: 1.067rem;
    line-height: 1.2;
    padding-left: 0.45rem;
    padding-top: 0.65rem;
}

h1 span {
	text-align: left;

}

h2 {
font-weight: 900;
font-size: 1.667rem;
line-height: 1;
color: var(--gold);
text-transform: uppercase;
}


h3 {

}

h4 {
	font-size: 1.067rem;
	line-height: 1.125;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.2rem;
	color: #fff;
}

.btn {
	text-transform: uppercase;


}

.btn.btn-primary {
min-width: 12.267rem;
	font-style: normal;
	font-weight: 700;
	font-size: 1.119rem;
	line-height: 1.4;
	background-color: #fff;
	color: var(--main_dark);
	border: solid 2px #fff;
	padding: 0.6rem 1rem 0.6rem 1rem;
	border-radius: 0.28rem;
}

.btn.btn-secondary {

	font-style: normal;
	font-weight: 700;
	font-size: 0.751rem;
	line-height: 1.4;
	background-color: transparent;
	color: #fff;
	border: solid 2px #fff;
	min-width: 8.233rem;
	border-radius: 0.185rem;
}

.btn.btn-buynow {

	font-style: normal;
	font-weight: 700;
	font-size: 0.533rem;
	line-height: 1.4;
	background-color: #fff;
	color: var(--main_dark);
	border: solid 2px #fff;
	padding: 0.53rem 1rem 0.53rem 1rem;
	border-radius: 0.133rem;
}

.btn.btn-link {

}

.txt-gold {
	color: var(--gold);
}

.content-section {
	padding-top: 5rem;
	padding-bottom: 0;
	position: relative;
}
section, .section {position: relative;}

strong {
	font-weight: 900;
}

.hook {
	top: 0;
	position: absolute;
}
.container-fluid {
	max-width: 60rem;
}

/* navbar */

.navbar {
	background-color: rgba(37,0,0,0.00);
	font-weight: 700;
	font-style: normal;
	color: #000;
	transition: all .3s ease-In-Out;
}
.navbar.top-nav-collapse {
	background-color: rgba(37,0,0,0.85);
	padding: 0;
	box-shadow: 0px 1px 0px rgba(17,17,26,0.1), 0px 8px 24px rgba(17,17,26,0.1), 0px 16px 48px rgba(17,17,26,0.1);
}

@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
}
.navbar-collapse.collapsing  {
    height: fit-content;
		overflow: visible;}

	}

.navbar .container-fluid {
max-width: 59.733rem;
}

.navbar .navbar-nav .nav-link {
	color: #fff;
	font-weight: 500;
	line-height: 1.56;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-size: 0.833rem;
	padding-right: 15px;
    padding-left: 15px;
	text-align: center;
}

@media (max-width: 1199.98px) {

    .navbar .navbar-nav .nav-link {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .navbar:has(.navbar-collapse.collapsing ), .navbar:has(.navbar-collapse.show) {
        background-color: rgba(37,0,0,0.85);
        box-shadow: 0px 1px 0px rgba(17,17,26,0.1), 0px 8px 24px rgba(17,17,26,0.1), 0px 16px 48px rgba(17,17,26,0.1);
    }
}

.navbar .navbar-brand {
	padding: 15px;
	margin: 0;
}

.navbar .navbar-brand .logo {

}
.navbar .navbar-nav .nav-link:focus, .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    color: var(--gold);
}

/* hamburger  */



.navbar-toggler {
	padding: 10px;
	border: 0;
}


 .navbar-toggler-icon {
   background-image: none;
   position: relative;
   width: 23px;
   height: 16px;
   padding: 0;
 }

 button:focus, .navbar-toggler:focus  {
  outline: 0 !important;
  box-shadow: 0 0 0 0;
}

 .navbar-toggler-icon .bar {
   height: 2px;
   background-color: #fff;
   border-radius: 1px;
   position: absolute;
   left: 0;
   right: 0;
   transition: all 0.5s ease;
 }


 .navbar-toggler.collapsed .bar.bar1 {
  top:0;
  transform: rotate(0deg);
 }

 .navbar-toggler.collapsed .bar.bar2 {
   transform: rotate(0deg);
   opacity: 1;
 }

 .navbar-toggler.collapsed .bar.bar3 {
  bottom:0;
  transform: rotate(0deg);
}


 .navbar-toggler-icon .bar.bar1 {
  top: calc(50% - 1px);
   transform: rotate(45deg);
 }

 .navbar-toggler-icon .bar.bar2 {
  top: calc(50% - 1px);
  transform: rotate(45deg);
  opacity: 0;
}
.navbar-toggler-icon .bar.bar3 {
  bottom:calc(50% - 1px);
  transform: rotate(-45deg);
}


/* home */


.home-bg {
	position: absolute;
	z-index: -1;
	width: clamp(min(980px, 170.139vw), 100vw, 1920px);
	height: auto;
	left: calc(50% - 0.5*(clamp(min(980px, 170.139vw), 100vw, 1920px)));
	bottom: calc((var(--trig) / -7));
	top: auto;
}

@media (min-width: 576px) {
	.home-bg {
		bottom: auto;
		top: calc((var(--trig) / 7) - 30%);
	}
}


.hero {
	max-width: 46rem;
	margin-left: auto;
	margin-right: auto;
}

.hero img {
	width: 22.033rem;
	height: auto;
}

/* Nagrody */

.nagroda-glowna {
	width: 21.1rem;
	max-width: 100%;
	height: auto;
}

.codziennie {
	width: 15.6rem;
	max-width: 100%;
	height: auto;
}

.cotydzien {
	width: 15.6rem;
	max-width: 100%;
	height: auto;
}

/* zasady */

.zasady .nr {
	background-color: var(--gold);
	color: #fff;
	font-weight: 900;
	width: 4.5rem;
	height: 4.5rem;
	font-size: 3.104rem;
	text-align: center;
	border-radius: 50%;
	margin: 0 auto 1.3rem auto;
	line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.zasady  p {line-height: 1.16;}

.zasady .steps p {
	font-weight: 700;
	line-height: 1.33;
}

.produkty p {line-height: 1.16;}

.produkty .prod-photo {
	height: 16rem;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.produkty .prod-photo img {
	width: 10rem;
	height: auto;
}

/* Zaslepki  */


.zaslepka-box {
	border: solid 0.167rem var(--gold);
	border-radius: 1rem;
}
.zaslepka hr {
	width: 80%;
max-width: 29rem;
	margin-left: auto;
	margin-right: auto;
	border-top: solid 2px #fff;
	opacity: 1;

}

/* Form */

.form {

}



.form .form-control.is-invalid {
	background-image: none;
	background-color: #ff0000;
	color: #fff;
}

.form .form-control.is-invalid::placeholder {
	color: #fff;
}

.form .form-container .input-group-addon {

	position: absolute;
	right: 0px;
	top: 0;
	cursor: pointer;
	z-index: 3;
}

.form  .input-group {
  transition: all 0.5s ease-in-out;
  min-height: 33px;
}

.form  .small-field {
  margin-top: 4px;
}


.form  .form-container {
	position: relative;
	max-width: 43.2rem;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}



.form-container .form-control {
  font-size: 1rem;
	line-height: 1.4;
	background-color: #fff;
	color: var(--main_dark);
	border: solid 2px #fff;
	padding: 0.6rem 1rem 0.6rem 1rem;
	border-radius: 0.28rem;
	height: 2.867rem;
	min-height: 2.867rem;
}

.form-container .form-floating>label {padding: 0.6rem 1rem 0.6rem 1rem;}

.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    transform: scale(.65) translateY(-.15rem) translateX(.65rem);
}

.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.25rem;
    padding-bottom: .625rem;
}

.form-container label {
	font-size: 1rem;
    color: var(--main_dark);
	opacity: 0.6;
}

.form-container label.form-check-label {
	font-size: 1rem;
	line-height: 1.16;
	color: #fff;
	font-weight: 400;
	opacity: 1;
}

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


.form-container  .form-check {
	position: relative;
	padding-left: 2.5rem;
}

.form-container .form-check-input {
	border-radius: 0.267rem;
	background-color: transparent;
	width: 1.5rem;
	height: 1.5rem;
	margin-left: -2.5rem;
	margin-top: 0;
	border: solid 2px #fff;
}


.form-container .form-check-input:checked {
	background-color: var(--gold);
}



.form-container .zgody .collapseBtn {
	cursor: pointer;
	transition: all 0.5s ease-in-out;
	z-index: 3;
	position: absolute;
	right: -5px;
	top: 5px;
}

.form-container .zgody .collapseBtn.collapsed {
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Safari 3-8 */
	transform: rotate(180deg);
	transition: all 0.5s ease-in-out;
}

.form-container .more-btn {
	fill: #031d4f;
}

.form-container .zgody .collapseBtn.collapsed .more-btn {
	fill: #fff;
}

.form-container .zgody .collapseBtn.collapsed .more-btn {
	fill: #fff;
}

.form-container .zgody .collapse, .form-container .zgody .collapsing {
  background-color: #fff;
  color:#031d4f;
  font-size: 11px;
  padding: 20px 50px 20px 25px;

  -webkit-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.35);
  box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.35);
  position: absolute;

  z-index: 2;
  top: 0;
  right: -15px;

  width: 100%;
}

/* accordion for Form */



  .form-container .accordion-item {
    background-color: transparent;
    border: 0;
    border-radius: 15px;

    margin-left: -15px;
    margin-right: -15px;
  }

 .form-container .accordion-header {

    border-bottom: 0;
    background-color: transparent;
    z-index: 2;

  }

  .form-container .accordion-body {
    padding: 15px 15px 0 15px;
    border: 0;

	border-top: none;



  }

  .form-container .accordion-item .collapse,   .form-container .accordion-item .collapsing,  .form-container .accordion-item .collapsed {
    background-color: transparent;

  }


  .form-container .accordion-button {

    font-size: min(17px, 3.5vw);
	font-weight: bold;
	  text-transform: uppercase;
	letter-spacing: -0.01em;
	line-height: normal;
    color: #fff;
	  background-color: transparent;
    text-decoration: none;
    padding-left: 50px;
    width: fit-content;
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

.accordion-button:not(.collapsed) {
	background-color: transparent;
	box-shadow: inset 0 0 0 rgba(255,255,255,0);
}


  .form-container .accordion-button::before {
    position: absolute;
    top: .5rem;
    left: 0px;
    display: block;
    width: 40px;
    height: 20px;
    border-radius: 10px;
    content: "";
    background-color: #f1d224;
    border: rgba(255,255,255, 1) solid 1px;
  }

  .form-container .accordion-button::after {
    position: absolute;
    top: calc(.5rem + 1px);
    left: 21px;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    content: "";
    background-color: #fff;
	border: #fff solid 1px;
	background-image: none;



    transition: all 0.5s ease-in-out;
  }

  .form-container .accordion-button.collapsed::before {
    background-color: #0072b5;
    border: rgba(255,255,255, 1) solid 1px;

  }


  .form-container .accordion-button.collapsed::after {
	border: #fff solid 1px;
	  background-color: #fff;
    background-color: rgba(255,255,255, 1);
    left: 1px;
    transition: all 0.5s ease-in-out;
  }

  .accordion-button.focus, .accordion-button:focus {
    outline: 0;
    box-shadow: 0 0 0 0.0rem rgba(0,0,0,0.0);
}

.popover-body {
	padding: 5px 0; }
.popover-body img {
	width: 100%;
	height: auto;
}

/* laureaci  */


.laureaci .winner-list {
	font-size: 1.167rem;
	line-height: 1.14;
	display: flex;
    flex-direction: column;
    justify-content: space-around;

	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {

	.laureaci .winner-list {flex-direction: row;}

}

.laureaci .winner-list > div {
	padding: 1rem;
}

.carousel-control-next, .carousel-control-prev {
	width: 2.533rem;
	opacity: 1;
}

.carousel-control-next img, .carousel-control-prev img {
	width: 100%;
	height: auto;
}

/* kontakt */

.kontakt textarea.form-control {
	height: 10rem;
}

.kontakt .form-check-label {
	text-align: justify;
}

/* footer */

footer .nav-link {
    color: #fff;
    font-weight: 500;
    line-height: 1.56;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 0.833rem;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}

/* parallax  */

.page-wrapper {
	overflow: hidden;
}

section {
	position: relative;
	z-index: 3;
}

footer {
	position: relative;
	z-index: 2;
}

.blask {
	position: absolute;
	z-index: -1;
}


.blask01 {
	right: 0;
	top: 0;
	width: clamp(200px, 23.854vw, 458px);
	height: auto;
}

.blask02 {
	left: 0;
	top: 10%;
	width: clamp(250px, 27.187vw, 522px);
	height: auto;
}

.blask03 {
	right: 0;
	top: 30%;
	width: clamp(250px,27.865vw, 535px);
	height: auto;
}

.blask04 {
	left: 0;
	top: 50%;
	width: clamp(400px,45.104vw, 866px);
	height: auto;
}

.blask05 {
	right: 0;
	bottom: 0;;
	width: clamp(600px, 62.604vw, 1202px);
	height: auto;
}

.par-Y01 { transform: translateY(calc(var(--trig) * 0.2)); }

/* thx */


.thx {
	background-image: url("../img/thx-bg-fVO6O_u.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 4.267rem;
	min-height: 100vh;
}

.thx p {
	max-width: 48.667rem;
	margin-left: auto;
	margin-right: auto;
}

.thx .price {
	width: 26.667rem;
	max-width: 100%;
	height: auto;
}

/* Form laureat   */
.form-laureat {
    padding-bottom: 25px;
}
.custom-file {
    height: 5.381rem;
    margin: auto;
    cursor: pointer;
}
.custom-file .custom-file-label::after {
    display: none;
}
.custom-file-input {
    position: absolute;
    z-index: 2;
    width: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}
.custom-file-label {
    display: block !important;
    text-align: center !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}
.upload-file {
    position: relative;
}
.upload-file .btn.btn-secondary {
    width: 7.81rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.15rem;
}
.photo-prev {
    width: 6.4rem;
    height: 8.6096rem;
    border: solid 0.19rem #e8da3e;
    margin-left: auto;
    margin-right: auto;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
}
/* Google reCaptcha badge */
.grecaptcha-badge {
    z-index: 1000 !important;
}
.toggle-more {
    cursor: pointer !important;
    text-decoration: none !important;
    color: white !important;
    padding-left: 2px;
    font-weight: bold;
}
