@charset "utf-8";

:root {
	--red: #bc1212;
	--violet: #7863b1;
	--yellow: #fde69b;
	--yellow2: #f6d40a;
	--green: #01672c;
	--violet: #7863b1;
}

html {
  width: 100%;
  height: 100%;
  font-size: clamp(10px, 0.833vw, 16px);
}

body {
	font-size: 1rem;
	background-color: var(--yellow);
	font-family: "avenir-next-lt-pro-condensed", sans-serif;
font-weight: 500;
font-style: normal;
}

/* typo*/

h1 {

}

h2 {
font-family: "avenir-next-lt-pro-condensed", sans-serif;
font-weight: 800;
font-style: normal;
font-size: 5.306rem;
color: var(--red);
	text-transform: uppercase;
}


h3 {
font-size: 3.125rem;
	font-weight: 500;
	line-height: 1.54;
	letter-spacing: -0.008em;
}

h3 strong {
	font-weight: 800;
}

.btn {
	font-size: 1.12rem;
	border-radius: 0;
	line-height: 1.25rem;
	padding: 0.813rem;
	min-width: 12.813rem;

	font-family: "avenir-next-lt-pro-condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.btn.btn-primary {
	background-color: #000;
	border-color: #000;
	color: #fff;

}

.btn.btn-secondary {
	background-color: var(--red);
	border-color:  var(--red);
	color: #fff;
}

.btn.btn-violet {
	background-color: var(--violet);
	border-color:  var(--violet);
	color: var(--yellow);
}

.btn.btn-link {

}

.content-section {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}
section, .section {position: relative;}

.hook {
    top: calc(-40px + 2.5rem);
	position: absolute;
}






/* navbar */

.navbar {
	font-family: "arial-rounded-mt-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	padding-top: 2.25rem;
	padding-bottom: 0;
	transition: all .3s ease-In-Out;
	background-color: rgba(188,18,18,0.00);
	box-shadow: 0px 0px 0px rgba(17,17,26,0.0), 0px 0px 0px rgba(17,17,26,0.0);
}

.navbar.top-nav-collapse {
	padding-top: 0;
	background-color:  rgba(188,18,18,1.00);
	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 {
	padding-top: 0;
	background-color:  rgba(188,18,18,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: 65.75rem;
}

.navbar .navbar-nav .nav-link {
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem;
	padding-right: 1.406rem;
    padding-left: 1.406rem;
	text-align: center;
}

@media (max-width: 991.98px) {

	.navbar .navbar-nav .nav-link {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

.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: #fff;
}

/* hamburger  */



.navbar-toggler {
	padding: 10px;
	border: 0;
	    margin-left: auto;
    margin-right: auto;
    transform: translateX(7px);
}


 .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 {
	height: auto;

	position: relative;
}

.home .left-bg {
	background-color: var(--red);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 49.98%;
	z-index: 1;

	background-image: url("../images/hero-bg-l-Sjt_-gg.png");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: auto 100%;
}

.home .right-bg {
	background-color: var(--violet);
	position: absolute;
	left: 49.98%;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;

	background-image: url("../images/hero-bg-r-PUdPyy6.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto 100%;
}

.hero {
	padding-top: 7.5rem;
	padding-bottom: 10rem;
	position: relative;
	z-index: 2;
}

@media (min-width: 768px) {
	.hero {padding-bottom: 2.125rem;}
}

.hero .logo7days {
	width: 6.5rem;
	height: auto;
	position: absolute;
	top: 5rem;
	left: 1rem;
	right: auto;
}

@media (min-width: 992px) {
	.hero .logo7days {
		width: 7.5rem;
		top: 2.313rem;
		right: calc(50% + 35rem);
		left: auto
	}
}

.hero .logoMilka {
	width: 11.75rem;
	height: auto;
	position: absolute;
	top: 5rem;
	left: auto;
	right: 1rem;
}

@media (min-width: 992px) {
.hero .logoMilka {
	top: 3.75rem;
	left: calc(50% + 31.875rem);
	right: auto;
	}
}

.hero .wygraj {
	display: block;
	margin: auto;
	width: 31.938rem;
	max-width: 80%;
	height: auto;
}

@media (min-width: 992px) {
.hero .wygraj {
	position: absolute;
	top: 17.188rem;
	left: calc(50% + 15.313rem);
	}
}

.hero .hero-7days {
	position: absolute;
	z-index: 3;
	filter: drop-shadow(-2rem 2rem 4rem rgba(0,0,0,0.75));
}

@media (min-width: 768px) {
.hero .hero-7days {
	width: 30.563rem;
	height: auto;
	top: 23.438rem;
	right: calc(50% + 15.625rem);
	}
}

@media (max-width: 767.98px) {
.hero .hero-7days {
    z-index: -1;
    width: 20rem;
    height: auto;
    top: 10rem;
    left: -4rem;
	}
}

.hero .hero-milka {
	position: absolute;
	z-index: 1;
	filter: drop-shadow(-1rem 1rem 2rem rgba(0,0,0,0.5));
}

@media (min-width: 768px) {
.hero .hero-milka {
	width: 31.938rem;
	height: auto;
	top: 27.813rem;
	left: calc(50% + 10.2rem);
	}
}

@media (max-width: 767.98px) {
.hero .hero-milka {
    width: 22rem;
    height: auto;
    bottom: -3rem;
    right: -3rem;
    z-index: -1;
	}
}

.hero .wgryz {
	width: 36.938rem;
	max-width: 80%;
	height: auto;
	margin-top: 8rem;
	position: relative;
	z-index: 2;
}

@media (min-width: 992px) {

	.hero .wgryz {margin-top: -3%;  margin-bottom: 2rem;}
}

/* zasady */

.zasady {
	padding: 1.875rem 0 3.125rem 0;
}


.zasady .steps {
	font-family: helvetica-neue-lt-pro, sans-serif;
	font-weight: 400;
	color: var(--red);

	font-size: 1.369rem;
	max-width: 72.5rem;
	margin-left: auto;
	margin-right: auto;
}

.zasady .steps a {
	color: inherit;
	text-decoration: none;
}

.zasady .green-bg-p {
	font-family: gotham, sans-serif;
	font-weight: 500;
	font-size: 0.938rem;
	line-height: 1.1;
	text-align: center;
	color: #fff;
	background-image: url("../images/zasady-p-bg-Qkc_10l.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	width: 100%;
	padding: 2rem 2rem 1.5rem 2rem;
	margin: 1rem auto 2rem auto;
}

/* nagrody */

.nagrody {
	background-image: url("../images/nagrody-bg-I5MyLoY.png");
 	background-position: center bottom;
	background-size: cover;
	padding: 7rem 0 7rem 0;
}
.nagrody.trig {
		  background-position: center bottom var(--trig, 0%);
     will-change: background-position;
}

@media (min-width: 768px) {
	.nagrody {padding: 1.875rem 0 3.438rem 0;}
}

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

.nagrody h2 {
	color: #fff;
	font-size: min(14vw, 7.739rem);
}

.nagrody .main-price {
	color: var(--yellow2);
	font-size: min(20vw, 14.231rem);
	line-height: 1;
	max-width: 70.625rem;
	margin: 2rem auto 1.5rem auto;
	text-align: center;
	letter-spacing: -0.033em;
	font-weight: 400;
}

@media (min-width: 768px) {
.nagrody .main-price {
	text-align: left;
	}
}

.nagrody .main-price strong {
	font-weight: 800;
}

.nagrody .second-price {
	color: var(--yellow2);
	font-weight: 800;
	max-width: 71.875rem;
	margin: auto;

	display: flex;
	flex-direction: column;
	align-items: center;

    flex-wrap: nowrap;
    justify-content: flex-end;

	text-shadow: 0.4rem 0.8rem 1.5rem rgba(0,0,0,0.27);
}

@media (min-width: 768px) {
.nagrody .second-price {
	flex-direction: row;
	align-items: flex-start;
	}

}

.nagrody .second-price .howmany {
	font-size: min(13vw, 8.865rem);
	line-height: 0.85;
}

.nagrody .second-price .samsung {
	font-size: min(6.6vw, 4.549rem);
	line-height: 1;
	letter-spacing: -0.008em;
	text-align: center;
}

@media (min-width: 768px) {
.nagrody .second-price .samsung {
	text-align: left;
	}
	}

.nagrody .nagrody-7days {
	position: absolute;
	filter: drop-shadow(-1rem 1rem 2rem rgba(0,0,0,0.5));
	z-index: 1;
}

@media (min-width: 768px) {
.nagrody .nagrody-7days {
	width: 29.188rem;
	height: auto;
	top: -3.75rem;
	left: calc(50% + 17.813rem);
	}
}

@media (max-width: 767.98px) {
.nagrody .nagrody-7days {
	width: min(55vw, 29.75rem);
	height: auto;
	top: -2rem;
	right: -3rem;
	}
}

.nagrody .nagrody-milka {
	position: absolute;

	filter: drop-shadow(-1rem 1rem 2rem rgba(0,0,0,0.5));
	z-index: 1;
}

@media (min-width: 992px) {
.nagrody .nagrody-milka {
	width: 29.75rem;
	height: auto;
	bottom: 1.625rem;
	right: calc(50% + 25.5rem);
	}
}

@media (max-width: 991.98px) {
.nagrody .nagrody-milka {
	width: min(55vw,  29.75rem);
	height: auto;
	bottom: -5rem;
	left: -3rem;
	}
}

.nagrody .sluchawki {
	width: 16rem;
	height: auto;
}

@media (max-width: 767.98px) {
.nagrody .sluchawki {
	margin-top: 1rem;
	}
}

/* Form */

.form {
padding: 3.75rem 0 4rem 0;
}

.form h2 {
	font-size: 4.585rem;
}

.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: 44px;
	height: 44px;
	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: 875px;
	margin-left: auto;
	margin-right: auto;
}

.form  .form-container .row {
	margin-bottom: 0.625rem;
}

.form-container .form-control {
  border-radius: 0;
  border: 0;
  color: #000;
  font-size: min(18px, 5vw);
  padding:  0px 15px 0px 15px;
  height: 2.563rem;
}

.form-container textarea.form-control {
    min-height: 12.188rem;
    padding-top: 0.2rem;
    line-height: 2;
}

section.form .form-container textarea.form-control {
    text-indent: 25ch;
}

.form-container label {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
	font-size: 1.208rem;
	line-height: 0.85;
	color: var(--red);
	background-color: var(--yellow);
	padding: 0 1.5rem 0 0;
	min-height: 2.563rem;
}

@media (max-width: 575.98px) {
.form-container label  {
	justify-content: flex-start;
}

.form-container label br {
	display: none;
}
}

@media (min-width: 576px) {
.form-container label.textarealabel {
	transform: translateY(98%);
}
}

.form-container label.form-check-label {
	font-family: helvetica-neue-lt-pro, sans-serif;
	font-size: 0.996rem;
	font-weight: 400;
	line-height: 1.1;
	color: var(--violet);
	justify-content: flex-start;
	padding: 0 0 0 1.25rem;
	min-height: 1.375rem;
}

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


.form-container  .form-check {
	position: relative;
}

.form-container .form-check-input {
	border-radius: 0;
    width: 1.375rem;
	height: 1.375rem;
	border: 0;
	margin-top: 0;

}

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

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


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


/* produkty */


.produkty {
	border-top: solid 2px var(--violet);
	padding: 1.875rem 0 4rem 0;
}

.produkty h2 {
	font-size: min(14vw, 9.713rem);
}

.produkty .carousel-control-next img, .produkty .carousel-control-prev img {
	width: min(8vw, 9.438rem);
	height: auto;
}

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

.produkty  .carousel .carousel-inner:has(.carousel-item-prev),
.produkty  .carousel .carousel-inner:has(.carousel-item-next) {
	animation: turn 0.6s ease-in-out 0s 1 normal forwards;
}
@keyframes turn {

	0% {transform: rotateZ(0deg) scale(1);}
	25% {filter: blur(0);}
	50% {filter: blur(3px); transform: rotateZ(6deg)  scale(0.8); }
	75% {filter: blur(0); }
	100% {transform: rotateZ(0)  scale(1); }
}

/* zwycięzcy */

.zwyciezcy {
	background-color: var(--violet);
	background-image: url("../images/winners-bg-sotyj-B.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 110%;
	padding: 4.375rem 0 6.25rem 0;
}
.zwyciezcy.trig {
		  background-position: center top var(--trig, 0%);
     will-change: background-position;
}

.zwyciezcy h2 {
	color: #fff;
	font-size: 4.402rem;
	margin-bottom: 1.875rem;
}

.zwyciezcy p {
	font-weight: 400;
	font-size: 1.396rem;
	color: var(--yellow);
}

.carouselWinners p {
	color: var(--violet);
}

.carouselWinners {
	width: 30.625rem;
	height: 20.188rem;
	background-color: var(--yellow);
	border-radius: 0.813rem;
	position: relative;
	overflow: hidden;
	margin: auto;
	font-family: "arial-rounded-mt-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.313rem;
	line-height: 1.7;
	color: var(--violet);
}



.carouselWinners .carousel-item {
    transition: transform 1s ease-in-out !important;
    height: 20.188rem;
	box-sizing: border-box;
	padding-top: 1.5rem;

}


.carouselWinners  .carousel-control-next {
	top: calc(100% - 3rem);
	width: 48%;
	justify-content: flex-start;
}

.carouselWinners  .carousel-control-prev {
	top: calc(100% - 3rem);
	width: 48%;
	justify-content: flex-end;
}

/* Forward */

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

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

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


/* Backward: */

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

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

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


/* kontakt */

.kontakt {
	background-color: var(--red);
	padding: 3.125rem 0 5rem 0;
}

.kontakt h2 {
	font-size: 4.526rem;
	color: var(--yellow);
}

.contact-form {
	max-width: 56.25rem;
	margin-left: auto;
	margin-right: auto;
}

.contact-form .row {
	margin-bottom: 0.75rem;
}

.form-container.contact-form  label {
	align-items: flex-start;
	background-color: var(--red);
	color: #fff;
	padding-top: 0.8rem;
}

.form-container.contact-form  label.form-check-label {
	font-family: helvetica-neue-lt-pro, sans-serif;
	color: var(--yellow);
	font-weight: 400;
	font-size: 0.996rem;
	padding-top: 0;
	text-align: justify;
}

footer {
	font-family: gotham, sans-serif;
	font-weight: 500;
	background-color: #fff;
	border-bottom: solid 1.313rem var(--red);
	color: var(--red);
	font-size: 0.933rem;
	padding: 2.688rem 0 1.25rem 0;
}

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

.logo-footer {
	width: 14.25rem;
	height: auto;
}

/* THX */


.thx {
    min-height: 100vh;
    padding: 5rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	color: var(--yellow);
	overflow: hidden;
}


.thx .left-bg {
	background-color: var(--red);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 50%;
	z-index: 1;
}

.thx .right-bg {
	background-color: var(--violet);
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.thx .container-fluid {
	position: relative;
	z-index: 3;
}

.thx hr {
	max-width: 55.625rem;
	margin-left: auto;
	margin-right: auto;
	border-top: solid 2px var(--yellow);
	opacity: 1;
}


@media (min-width: 992px) {

.thx-milka {
	position: absolute;
	right: calc(50% + 21.438rem);
	bottom: calc(50% + 9rem);
	width: 32.875rem;
	height: auto;
	z-index: 2;
	filter: drop-shadow(-2rem 2rem 4rem rgba(0,0,0,0.75));
}
.thx-7days {
	position: absolute;
	left: calc(50% + 24.625rem);
	top:  calc(50% + 5rem);
	width: 33.125rem;
	height: auto;
	filter: drop-shadow(-2rem 2rem 4rem rgba(0,0,0,0.75));
	z-index: 2;

}
 }

@media (max-width: 991.98px) {
	.thx-milka, .thx-7days {
		max-width: min(30rem, 80%);
		height: auto;
		margin: 0 auto 2rem auto;
		position: relative;
		z-index: 2;
		filter: drop-shadow(-1rem 1rem 2rem rgba(0,0,0,0.75));
	}

}

/* parallax  */

.page-wrapper {
	overflow: hidden;
}

/* trig JS  */
.parallax { transform: translateY(calc(var(--trig) * 0.15)); }

.hero-milka, .nagrody-milka { transform: translateY(calc(var(--trig) * 0.25)) rotateZ(calc(var(--trig-deg) * 0.025)); }
.hero-7days, .nagrody-7days { transform: translateY(calc(var(--trig) * 0.25)) rotateZ(calc(var(--trig-deg) * -0.025)); }

.sluchawki { transform: translateY(calc(var(--trig) * 0.25)) rotateZ(calc(var(--trig-deg) * -0.025)); }


/* animacja wejścia */

.navbar {
transition: all 0.5s ease-Out;
  @starting-style {
    opacity: 0;
    translate: 0 -5rem;
  }
}

.home .left-bg {
	transition: all 0.6s ease-In-Out;
  @starting-style {
	background-position: top right -100vw;
  }
}

.home .right-bg {
	transition: all 0.6s ease-In-Out;
  @starting-style {
	background-position: top  right 100vw;
  }
}
.home .hero {
	transition: all 0.4s ease-Out;
	transition-delay: 0.6s;
	  @starting-style {
	opacity: 0;
		  transform: translateY(-10%) scale(0.85);
  }
}

@media (min-width: 992px) {

    .navbar .navbar-nav {margin-left:2.2rem;}

}
.navbar .navbar-nav .nav-link {
    font-size: 0.9rem
}
