@charset "utf-8";

:root {
	--brown: #442b22;
	--light_brown: #824d32;
	--red: #d30c1b;
	--beige: #f2e3c7;
}

html {
  width: 100%;
  height: 100%;
  font-size: clamp(12px, 1.333vw, 16px);
}
body {
font-family: "arial-rounded-mt-pro", sans-serif;
font-weight: 700;
font-style: normal;
background-color: var(--beige);

}


/* typo*/

h1 {


}

h2 {
font-size: min(9.5vw,3.738rem);
	font-weight: normal;
	color: inherit;
}


h3 {
font-size: min(6vw,2.5rem);
	font-weight: normal;
	color: inherit;
}

.btn {
	font-size: 1.12rem;
	border-radius: 0;
	min-width: 12.813rem;
	text-align: center;
	line-height: 1;
	padding: 0.845rem 1rem 0.7855rem 1rem;
	border: 0;
}

.btn.btn-primary {
	color: #fff;
	background-color: var(--red);

}

.btn.btn-secondary {
	color: var(--red);
	background-color: var(--beige);
}

.btn.btn-link {

}

.content-section {
	padding-top: 4rem;
	padding-bottom: 2rem;
	position: relative;
}

.content-section  .container-fluid {
	max-width: calc(1140px + 1.5rem);
}

section, .section {position: relative;}

.hook {
	top: -60px;
	position: absolute;
}

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

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

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

/* navbar */

.navbar {
	background-color: rgba(242,227,199,0.00);
	padding: 1.5rem 0;
	transition: all .3s ease-In-Out;
}

.navbar.top-nav-collapse{
background-color: rgba(242,227,199,1.00);
padding: 0.5rem 0;
box-shadow: 0px 1px 0px rgba(17,17,26,0.05), 0px 0px 8px rgba(17,17,26,0.1);

}
@media (max-width: 991.98px) {
.navbar:has(.show),  .navbar:has(.collapsing) {
background-color: rgba(242,227,199,1.00);
box-shadow: 0px 1px 0px rgba(17,17,26,0.05), 0px 0px 8px 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: 1140px;
	align-items: flex-start;
	box-sizing: content-box;
}

.navbar .navbar-nav .nav-link {

	color: var(--brown);
	text-transform: uppercase;
    font-size: 0.95rem;
	padding: 1.5rem 1.25rem;
	text-align: center;
}

.navbar.top-nav-collapse .navbar-nav .nav-link {
padding: 0.85rem 1.25rem;}

.navbar .navbar-brand {
	padding: 0;
	margin: 0 auto 0 0;
}

.navbar .navbar-brand .logo {
	width: min(38.837vw, 12.875rem);
	height: auto;
	transition: all .3s ease-In-Out;
}

.navbar.top-nav-collapse .navbar-brand .logo {
	width: 5rem;
}

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

.navbar .navbar-collapse {
	justify-content: center;
}



/* 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: var(--brown);
   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 */

.hero {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
	padding-bottom: 2rem;
}

@media (min-width: 768px) {
.hero {
	height: min(770px, 66.379vw);
	max-height: 100vh;
	min-height: 530px;

	background-image: url("../img/hero-aYDHzuc.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;

	padding-bottom: 0;
}
.hero .btn {transform: translateY(-2rem)}
}

/* Zasady  */


.zasady {
	background-color: #fff;
	color: var(--brown);
}



.steps {
	font-size: 1.369rem;
	font-family: helvetica-neue-lt-pro, sans-serif;
font-weight: 400;
font-style: normal;
	line-height: 1.4;
}

.zasady hr {
	border-top: solid 2px var(--red);
	opacity: 1;
}

.steps .step-ico {
	width: auto;
	height: 3.813rem;
	margin-bottom: 1.5rem;
}

.zasady p {
	font-size: 0.938rem;
}

.nagrody .info-o-nagrodzie {
	background-color: var(--red);
	width: fit-content;
	color: var(--beige);
	font-size: 1.563rem;
	text-transform: uppercase;
	padding: 0.47rem 0.75rem;
	border-top-left-radius: 0.625rem;
	border-bottom-right-radius: 0.625rem;
	margin: 1rem auto 2rem auto;
	line-height: 1;
}

.nagrody .img-nagroda {
	width: 19.375rem;
	max-width: 100%;
	height: auto;
}

.nagrody  p {
	font-size: 0.938rem;
}


/* Zaslepka */


.zaslepka {
	background-color: var(--light_brown);
	color: var(--beige);
	background-image: url("../img/win-bg-mob-a_gSt7o.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 100vh;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding: 0;
}

@media (min-width: 768px) {
.zaslepka {
	background-image: url("../img/win-bg-SYZVW3Y.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	}
}


/* Form */

.form {
	background-color: var(--light_brown);
	color: var(--beige);

}



.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 {
	width: 3rem;
	height: 3rem;
	position: absolute;
	right: 0px;
	top: 0;
	cursor: pointer;
	z-index: 3;
}

.form .form-container .input-group-addon img {
	height: 100%;
	width: auto;
}

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

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


.form  .form-container {
	position: relative;

	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}



.form-container .form-control {
  border-radius: 0;
  border: 0;
  color: #000;
 font-size: 1.313rem;

  height: 3rem;
}

.form-container label {
	font-size: 1.313rem;
	letter-spacing: -0.01em;
	line-height: 0.85;
	display: flex;
    align-items: center;
    justify-content: flex-start;
	text-align: left;
}

@media (min-width: 768px) {

	.form-container label {
		    justify-content: flex-end;
	text-align: right;
	}

}


.form-container label.form-check-label {
	display: block;
	font-size:1rem;
	font-family: helvetica-neue-lt-pro, sans-serif;
font-weight: 400;
font-style: normal;
	text-align: left;
	width: 100%;
	color: #fff;

	line-height: 1.3;
}

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


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

.form-container .form-check-input {
	border-radius: 0;
	width: 1.438rem;
	height: 1.438rem;
	border: solid 1px #fff;
	margin-left: -2.5rem;
	margin-top: 0;

}

.form-container .form-check-input:checked[type=checkbox] {

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

.form-container .zgody {
	max-width: 54rem;
	margin-left: auto;
	margin-right: auto;
}

.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 {
	  color: inherit;
    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: var(--brown);
    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: var(--red);
    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;
}



/* Produkty */



.produkty p {
	font-size: 0.938rem;
	color: var(--brown);
}


.zwyciezcy {
	background-color: var(--light_brown);
	color: var(--beige);
	padding-bottom: 0;
}

.zwyciezcy .container-fluid {
	background-image: url("../img/winner-Trz3PEP.png");
	background-repeat: no-repeat;
	background-position: bottom min(-1px, (var(--trig) * -0.5)) left;
	background-size: 19.375rem auto;
	padding-bottom: 2rem;
}
@media (max-width: 720px) {
	.zwyciezcy .container-fluid {
		background-position: bottom min(-1px, (var(--trig) * -0.2))  center;
		padding-bottom: 25rem;
	}
}

.zwyciezcy .carousel {
	width: 100%;
	max-width: 29.625rem;
	height: 20rem;
	background-color: var(--beige);
	border: solid 1px var(--red);
	border-radius: 10px;
	margin: 0 auto;

	color: var(--brown);
}

/* karuzele w pionie */

.zwyciezcy .carousel-item {
    transition: transform 1s ease-in-out !important;
 height: 20rem; /* Optional; keep all items same height */
	font-size: 1.313rem;
	line-height: 1.7;
	padding: 1rem 0 3rem 0;
}

/* Forward */

/* Exiting slide goes up: */
.zwyciezcy .carousel-item.active.carousel-item-start {
    transform: translateY(-100%) !important;
}

/* Entering slide starts below carousel */
.zwyciezcy .carousel-item.carousel-item-next {
    transform: translateY(100%) !important;
}

/* Entering slide goes up to flush with carousel */
.zwyciezcy .carousel-item.carousel-item-next.carousel-item-start {
    transform: translateY(0%) !important;
}


/* Backward: */

/* Exiting slide goes down: */
.zwyciezcy .carousel-item.active.carousel-item-end {
    transform: translateY(100%) !important;
}

/* Entering slide starts above carousel */
.zwyciezcy .carousel-item.carousel-item-prev {
    transform: translateY(-100%) !important;
}

/* Entering slide goes up to flush with carousel */
.zwyciezcy .carousel-item.carousel-item-prev.carousel-item-end {
    transform: translateY(0%) !important;
}

.zwyciezcy .carousel-control-next, .zwyciezcy .carousel-control-prev {
	top: auto;
	width: 50%;
	opacity: 1;
	height: 3.125rem;
}
.zwyciezcy .carousel-control-next {justify-content: flex-start;}
.zwyciezcy .carousel-control-prev  {justify-content: flex-end;}


/* kontakt */


.kontakt {
	background-color: var(--red);
	color: var(--beige);
}

.kontakt  .contact-form .col-form-label {
		font-family: helvetica-neue-lt-pro, sans-serif;
font-weight: 400;
font-style: normal;
}

.kontakt textarea.form-control {
	height: 11.25rem;
}
.kontakt .form-container label.form-check-label {
	color: #ecc7af;
	text-align: justify;
}

footer {
	background-color: #fff;
	padding-top: 2rem;
	padding-bottom: 2rem;
	font-size: 0.875rem;
}

footer a {
	text-decoration: none;
	color: var(--brown)
}


/* modale */


.modal {
	background-color: var(--light_brown);
	--bs-modal-width: min(90%, 55rem);
}

#winModal.modal {
	background-image: url("../img/win-bg-mob-a_gSt7o.jpg");
	background-repeat: repeat;
	background-position: center top;
	background-size: cover;
}

@media (min-width: 768px) {
	#winModal.modal {
	background-image: url("../img/win-bg-SYZVW3Y.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 95rem auto;
	}
}

.modal  .modal-content {
	padding: 4rem 3rem;
	border-radius: 3.125rem 0 3.125rem 0;
	border: solid 3px var(--beige);
	background-color: #5e3727;
	color: var(--beige);
	--bs-modal-footer-border-color: var(--beige);
}

@media (min-width: 460px) {
	.modal  .modal-content {
		padding: 5rem 4rem;}
}

#winModal.modal .modal-content {
	background-color: var(--red);

}



.modal  .modal-header {
	padding: 0;
	border: 0;

}
.modal-header .btn-close {
	background-image: none;
	width: 2.25rem;
	height: 2.25rem;
	position: absolute;
	right: 2.25rem;
	top: 2.25rem;
	padding: 0;
	opacity: 1;
}
.modal-header .btn-close img {
	width: 100%;
	height: auto;
}

.modal .modal-body {
	padding: 0 0 4rem 0;
}

.modal .modal-footer {
	padding: 4rem 0 0 0;
	font-size: 1.125rem;
}

/* parallax  */

.page-wrapper {
	overflow: hidden;
}

.par {
	position: absolute;
	z-index: 1;
	filter: drop-shadow(-1rem 1.25rem 1rem rgba(151,109,85,0.50));
}

section .container-fluid {
	z-index: 2;
	position: relative;
}

.par01 {
	width: min(19vw, 6.313rem);
	height: auto;
	left: auto;
	right: 1rem;
	top: 10%;
}


@media (min-width: 1330px) {
	.par01 {
	left: calc(50% + 35.625rem);
	right: auto;
	top: 3.75rem;}
}

.par02 {
	width: min(30vw, 16.938rem);
	height: auto;
	right: auto;
	left: 1rem;
	top: -3rem;
}

@media (min-width: 1200px) {
.par02 {
	right: calc(50% + 22.188rem);
	left: auto;}
}

.par03 {
	width: min(19vw, 14.25rem);
	height: auto;
	right: 1rem;
	left: auto;
	top: 30%;
}

@media (min-width: 1520px) {
.par03 {
	left: calc(50% + 32.188rem);
	right: auto;}
}

@media (max-width: 1300px) {
	.par03 {
		top: 0;
	}
}

.par04 {
	width: clamp(65px,14vw, 14.125rem);
	height: auto;
	right: 0rem;
	left: auto;
	top: -5%;
	filter: drop-shadow(-1rem 1.25rem 1rem rgba(85,39,12,0.50));
}

@media (min-width: 1710px) {
.par04 {
	left: calc(50% + 39.688rem);
	right: auto;}
}

@media (max-width: 440px) {
	.par04 {
		top: -2%;
	}
}

.par05 {
	width: clamp(110px,20vw, 20.188rem);
	height: auto;
	right: auto;
	left: 1rem;
	top: -5%;
}


@media (min-width: 1610px) {
.par05 {
	right: calc(50% + 30.313rem);
	left: auto;}
}

.par06 {
	width: clamp(80px,13vw, 12.5rem);
	height: auto;
	right: auto;
	left: 1rem;
	top: -5%;
	filter: drop-shadow(-1rem 1.25rem 1rem rgba(85,39,12,0.50));
}


@media (min-width: 1610px) {
.par06 {
	right: calc(50% + 34.688rem);
	left: auto;}
}

.par07 {
	width: min(16vw, 11.313rem);
	height: auto;
	right: 1rem;
	left: auto;
	bottom: 30%;
	filter: drop-shadow(-1rem 1.25rem 1rem rgba(85,39,12,0.50));
}

@media (min-width: 765px) {
.par07 {
	left: calc(50% + 21.875rem);
	right: auto;}
}

@media (max-width: 560px) {
	.par07 {
		bottom: -5%;
	}
}

.par08 {
	width: min(6vw, 4.875rem);
	height: auto;
	right: 2rem;
	left: auto;
	bottom: 25%;
	filter: drop-shadow(-1rem 1.25rem 1rem rgba(85,39,12,0.50));
}

@media (min-width: 1004px) {
.par08 {
	left: calc(50% + 32.5rem);
	right: auto;}
}

@media (max-width: 560px) {
	.par08 {
		bottom: -10%;
	}
}

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

.par06m {
	width: min(20vw, 12.5rem);
	height: auto;
	right: auto;
	left:-3rem;
	top: 38%;
	filter: drop-shadow(-1rem 1.25rem 1rem rgba(85,39,12,0.50));
}

@media (min-width: 768px) {
.par06m {
	right: calc(50% + 23.438rem);
	left: auto;
	}
}

.par08m {
	width: min(12vw, 4.875rem);
	height: auto;
	right: -1.2rem;
	left: auto;
	bottom: 40%;
	filter: drop-shadow(-1rem 1.25rem 1rem rgba(85,39,12,0.50));
}
@media (min-width: 768px) {
.par08m {
	right: auto;
	left: calc(50% + 26rem);
	}
}

.par09m {
	width: min(24vw, 10.313rem);
	height: auto;
	right: -1.2rem;
	left: auto;
	bottom: -8%;
	filter: drop-shadow(-1rem 1.25rem 1rem rgba(85,39,12,0.50));
}
@media (min-width: 768px) {
.par09m {
	right: auto;
	left: calc(50% + 21rem);
	}
}

/* Data picker fixes */
.datepicker {
    color: #000000;
}
.datepicker-controls .btn {
    min-width: 0 !important;
}
.datepicker-cell.selected, .datepicker-cell.selected:hover {
    background-color: var(--brown);
}
/* Google reCaptcha badge */
.grecaptcha-badge {
    z-index: 1000 !important;
}
/* Form laureat   */
.form-laureat {
	padding-bottom: 0;
}
.form-laureat  .container-fluid {
	background-image: url("../img/winner-Trz3PEP.png"), url("../img/win-bg-SYZVW3Y.jpg");
	background-repeat: no-repeat,  no-repeat;
	background-position: bottom  center, center bottom -8rem;
	padding-bottom: 25rem;
	background-size: 19.375rem auto, 90% auto;
}
.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;
    background-color: var(--beige);
}
.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;
}
