/* Tutaj jest miejsce na Twoje style */
h1,
h2,
h3,
h4,
p,
span {
	color: #000 !important;
}

h2.text-center {
	color: #000;
}

.slider__nav button[disabled] {
	background: rgba(130, 80, 250, 0.19);
	opacity: 0.4;
}

.margin {
	margin-top: 80px;
	margin-bottom: 80px;
}
.all-products {
	background: #f6f2ff;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 50px;
}

img.reels-img {
	max-width: 100%;
	height: auto;
	text-align: center;
	/* aspect-ratio: 1 / 1; */
	object-fit: cover;
	transition: all 0.3s ease-in-out;
	border-radius: 16px;
}

img.reels-img:hover {
	/* border-radius: 16px;
	border: solid 1px #8250fa; */
	/* transform: scale(1.1); */
	-webkit-box-shadow: 0px 0px 39px -10px rgba(40, 21, 161, 0.64);
	-moz-box-shadow: 0px 0px 39px -10px rgba(40, 21, 161, 0.64);
	box-shadow: 0px 0px 39px -10px rgba(40, 21, 161, 0.64);
}

strong.violet-title {
	color: #8250fa;
	font-weight: 650;
}
.top__image img {
	height: 100%;
	max-height: 300px;
	-o-object-fit: contain;
	object-fit: contain;
	position: relative;
}
@media (min-width: 576px) {
	.top__image img {
		max-height: 400px;
		top: 0;
	}
}
@media (min-width: 992px) {
	.top__image img {
		max-height: 400px;
		top: 0;
	}
}
@media (min-width: 1200px) {
	.top__image img {
		max-height: 500px;
	}
}

.top {
	background: linear-gradient(279deg, #efeaf9 18.89%, #f6f2ff 85.89%), #f6f2ff;
	margin: 2%;
	border-radius: 16px;
}

.logo-1 {
	margin-bottom: 48px;
	margin-left: -8px;
	margin-top: -90px;
	width: 240px;
	position: relative;
	z-index: 1;
	transform: skewX(20deg);
	opacity: 0;
	transition: 0.2s;
}
@media (min-width: 768px) {
	.logo-1 {
		width: 360px;
		margin-top: -132px;
	}
}
@media (min-width: 1600px) {
	.logo-1 {
		width: 480px;
		margin-top: -174px;
	}
}

/* .logo-1:hover {
  transform: skewX(12deg) !important;
} */

.logo-2 {
	width: 110px;
	margin-bottom: 32px;
	position: relative;
	z-index: 2;
	opacity: 0;
}

@media (min-width: 1600px) {
	.logo-2 {
		width: 124px;
	}
}

.people__wrapper {
	width: 420px;
	display: flex;
	justify-content: center;
}

.people {
	/* transform: scale(2); */
	margin-top: -32px;
	margin-bottom: -130px;
}

@media (min-width: 2000px) {
	.top__wrapper .container-fluid {
		max-width: 1600px;
		margin: 0 auto;
	}
}

.gfx {
	position: absolute;
}

.gfx--1 {
	top: -200px;
	left: 12%;
	width: 80%;
	max-width: 420px;
}

@-webkit-keyframes turn {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes turn {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

@media (min-width: 768px) {
	.gfx--1 {
		max-width: 320px;
	}
}

@media (min-width: 1200px) {
	.gfx--1 {
		top: -80px;
		max-width: 340px;
		left: 6%;
	}
}

.gfx--2 {
	top: calc(100% - 16%);
	left: 0;
	max-width: 14%;
}

.switch__wrapper {
	position: relative;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-backdrop-filter: blur(36px);
	backdrop-filter: blur(36px);
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 60px;
	margin: 0 auto;
	margin-top: -64px;
	z-index: 2;
	border-radius: 12px;
	padding: 24px 32px 42px 32px;
	transform: scale(1.2);
	opacity: 0;
}

@media (min-width: 992px) {
	.switch__wrapper {
		gap: 24px;
	}
}

@media (min-width: 1200px) {
	.switch__wrapper {
		gap: 48px;
	}
}

.switch .cta {
	margin-top: 0;
	background-color: unset !important;
	color: black !important;
	height: 48px;
	line-height: 48px;
	padding: 0 24px;
	font-size: 1rem;
}

@media (min-width: 1320px) {
	.switch .cta {
		height: 80px;
		line-height: 80px;
		padding: 6px 48px;
		font-size: 1.2rem;
	}
}

@media (hover: hover) {
	.switch .cta:hover {
		background-color: black !important;
		color: white !important;
	}
}

.switch__wrapper-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.switch__wrapper-item span {
	position: absolute;
	bottom: -32px;
	font-size: 14px;
	font-weight: 200 !important;
	color: #646464;
	opacity: 0.8;
	margin-top: 12px;
}

.switch__wrapper-item button {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 200px;
}

@media (min-width: 1320px) {
	.switch__wrapper-item button {
		min-width: 240px;
	}
}

.switch__wrapper-item[data-locked="true"] button::before {
	content: url("../../img/icons/lock.svg");
	position: relative;
	margin-right: 6px;
	transform: scale(0.9);
	transform-origin: bottom;
}

.switch__wrapper-item[data-locked="true"] {
	cursor: not-allowed;
}

.switch__wrapper-item[data-locked="true"] button {
	opacity: 0.3;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: not-allowed;
}

.switch__wrapper-item[data-active="true"] button {
	background-color: black !important;
	color: white !important;
}

.heading {
	text-align: center;
	margin-bottom: 80px;
}

.heading span {
	font-size: 1.4rem;
}

.heading h3 {
	font-size: 2rem;
}

@media (min-width: 768px) {
	.heading span {
		font-size: 1.68rem;
	}

	.heading h3 {
		font-size: 2.4rem;
	}
}

@media (min-width: 1600px) {
	.heading span {
		font-size: 2rem;
	}

	.heading h3 {
		font-size: 3rem;
	}
}

.episode__content h4 {
	font-weight: 400;
	text-align: center;
	margin-top: 48px;
}

/* hide all episodes except first one */
.episode__content {
	display: none;
}
.episode__content[data-episode-content-number="1"] {
	display: block;
}

.episode__video {
	position: relative;
	display: grid;
	grid-template-columns: 30% 70%;
	align-items: center;
	justify-content: center;
	margin-top: 32px;
}

@media (min-width: 1200px) {
	.episode__video {
		display: grid;
		position: relative;
		grid-template-columns: 320px 600px;
		padding: 32px;
		padding: 0;
	}
}

@media (hover: hover) {
	.episode__video:hover .episode__play {
		transform: translate(-50%, -50%) scale(1.2);
	}

	.episode__video:hover .episode__thumbnail {
		transform: scale(0.98);
		opacity: 0.8;
	}
}

@media (min-width: 1200px) {
	.episode__video:hover .episode__play {
		transform: scale(1.2);
	}
}

.episode__thumbnail {
	border-radius: 16px;
	transition: 0.3s;
	z-index: 1;
	position: relative;
	opacity: 0.8;
}

@media (min-width: 1200px) {
	.episode__thumbnail {
		opacity: 1;
	}
}

.episode__play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transform-origin: center;
	z-index: 1;
	transition: 0.3s;
	width: 60px;
	height: 60px;
}

@media (min-width: 576px) {
	.episode__play {
		width: unset;
		height: unset;
	}
}

@media (min-width: 1200px) {
	.episode__play {
		left: 35.5%;
		transform: none;
		top: unset;
	}
}

.episode__host {
	-o-object-fit: contain;
	object-fit: contain;
	transition: 0.3s;
	transform: scale(1.6);
	transform-origin: 50% 20%;
}

@media (min-width: 1200px) {
	.episode__host {
		display: block;
		transform: scale(1.4);
		transform-origin: 50% 40%;
	}
}

.episode__products {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 60px;
	margin-top: 48px;
	justify-content: center;
}
/* 
@media (min-width: 768px) {
  .episode__products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-direction: row;
  }
} */

@media (min-width: 992px) {
	.episode__products {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
}

.episode__products-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media (hover: hover) {
	.episode__products-item:hover img {
		transform: scale(1.1);
	}

	.episode__products-item:hover .cta {
		background: #0082fa;
	}
}

.episode__products-item-bg {
	position: relative;
	width: 100%;
	height: 320px;
	overflow: hidden;
	border-radius: 16px;
}

@media (min-width: 768px) {
	.episode__products-item-bg {
	}
}

.episode__products-item-bg img {
	position: absolute;
	width: 100%;
	max-width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: 0.3s;
}

.episode__products h4 {
	margin-top: 16px;
}

.episode__products h4 span {
	display: block;
	font-size: 1rem;
	margin-bottom: 6px;
}

.footer {
	display: flex;
	justify-content: center;
	margin-top: 0;
}

.footer img {
	border-radius: 16px;
	width: 100%;
}

/* .footer img:hover {
  transform: skewX(12deg) !important;
} */

.box-shadow {
	box-shadow: 0 0 48px rgba(0, 0, 0, 0.15);
}

.hero__wrapper {
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	gap: 60px;
}

@media (min-width: 576px) {
	.hero__wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

.hero__pack {
	margin-top: 32px;
	user-select: none;
	pointer-events: none;
}

.hide-mobile {
	display: none;
}

@media (min-width: 576px) {
	.hide-mobile {
		display: block;
	}
	.hide-desktop {
		display: none;
	}
	/* .people {
		transform: scale(1.5);
	} */
}

.pack-people {
	margin: 0 auto;
	min-width: 100%;
	margin-top: -32px;
	user-select: none;
	pointer-events: none;
	margin-bottom: -100px;
}

.people {
	user-select: none;
	pointer-events: none;
}

.container-fluid {
	max-width: 1600px;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.container-fluid {
		padding-left: 2%;
		padding-right: 2%;
	}
}

@media (min-width: 1600px) {
	.container-fluid {
		padding-left: 3%;
		padding-right: 3%;
	}
}

.subheading {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 0;
	font-weight: 400;
}

.products {
	background: #f6f2ff;
	position: relative;
	margin-bottom: 120px;
}

.products h4 {
	font-weight: 400;
	text-align: center;
	font-size: 1.2rem;
	margin-top: 16px;
}
.products {
	position: relative;
}

.products::after {
	z-index: -1;
	position: absolute;
}

.fun-section {
	position: relative;
}

.fun-section::after {
	z-index: -1;
	position: absolute;
}
@media (min-width: 1320px) {
	.products::after {
		transform: scale(0.5);
	}
	.products--1::after {
		content: url("../../img/main/karol-3.png");
		top: 10%;
		right: 0%;
		transform-origin: right;
		z-index: 1;
	}
	.products--2::after {
		content: url("../../img/main/karol-stopka.png");
		bottom: -18%;
		left: -7%;
		/* transform-origin: center; */
		z-index: 1;
		position: absolute;
		transform: scale(0.85);
	}

	.products--3::after {
		content: url("../../img/main/circle-2.svg");
		top: 12%;
		left: 20%;
		/* transform-origin: center; */
		z-index: -1;
		position: absolute;
	}
}

@media (min-width: 1440px) {
	/* .products::after {
		transform: scale(0.7);
	} */
	.products--1::after {
		transform: scale(0.6);
		content: url("../../img/main/karol-3.png");
		top: 10%;
		right: 0%;
		transform-origin: right;
		z-index: 1;
	}
	.products--2::after {
		content: url("../../img/main/karol-stopka.png");
		bottom: -18%;
		left: -5%;
		/* transform-origin: center; */
		z-index: 1;
		position: absolute;
	}

	.products--3::after {
		content: url("../../img/main/circle-2.svg");
		top: 12%;
		left: 20%;
		/* transform-origin: center; */
		z-index: -1;
		position: absolute;
	}
}

@media (min-width: 1800px) {
	.products::after {
		transform: scale(1);
	}
	.products--2::after {
		bottom: -20%;
		left: 1%;
	}
}

.products__item {
	background: linear-gradient(180deg, #e3d7ff 0%, #f6f2ff 100%);
	border: 1px solid #000000;
}

.products__item:hover {
	background: linear-gradient(180deg, #d4c1ff 0%, #f6f2ff 100%);
}

.products__item .cta {
	width: 42px;
	height: 42px;
	padding: 0;
}

.products__item .cta img {
	transform: rotate(-90deg);
}

.products__item-image {
	/* margin-top: -80px; */
}

.products__item-image img {
	max-width: 112%;
	max-height: unset;
	width: 112%;
	margin-left: -6%;
}

.products__item-price {
	margin-bottom: 6px;
}

/* .products__wrapper {
	position: relative;
}

.products__wrapper::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 40%;
	height: 100%;
	background-color: #ad6bf4;
	border-radius: 2000px;
	filter: blur(100px);
	z-index: -1;
} */

.products__category {
	margin-bottom: 100px;
}

.social__wrapper {
	margin-bottom: 50px;
}

.prizes__wrapper {
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 32px;
}

@media (min-width: 768px) {
	.prizes__wrapper {
		grid-template-columns: repeat(3, 1fr);
	}
}

.prizes__item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.prizes__item:first-child {
	margin-bottom: 42px;
	margin-top: -80px;
}
.prizes__item:nth-child(2) {
	order: -1;
}
.prizes__item:last-child {
	margin-top: -60px;
}

@media (min-width: 768px) {
	.prizes__item:first-child {
		margin: 0;
	}
	.prizes__item:nth-child(2) {
		order: unset;
	}
	.prizes__item:last-child {
		margin: 0;
	}
}

.stories {
	position: relative;
}

.stories__wrapper {
	position: relative;
	max-width: 500px;
	margin: 0 auto;
}

.stories__item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 60px 32px;
	border-radius: 16px;
	border: 1px solid #000;
	margin: 0 16px;
	overflow: hidden;
}

@media (min-width: 576px) {
	.stories__item {
		padding: 160px 32px;
	}
}

.stories__item::after {
	color: #fff;
	padding: 6px 24px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #000;
	border-radius: 0 16px 0 16px;
}

.stories__item:first-child::after {
	content: "Spot 1";
}
.stories__item:nth-child(2)::after {
	content: "Spot 2";
}
.stories__item:nth-child(3)::after {
	content: "Spot 3";
}
.stories__item:nth-child(4)::after {
	content: "Spot 4";
}

.slider__nav {
	display: block !important;
}

.stories .slider__nav button {
	top: 45%;
	margin: 0 -8px;
}

.slider__nav button {
	top: 50%;
	margin: 0px 4px;
}
@media (min-width: 992px) {
	.stories .slider__nav button {
		margin: 0 -120px;
	}
	.slider__nav button {
		top: 56%;
	}
}
@media (min-width: 1200px) {
	.slider__nav {
		display: none !important;
	}

	.stories .slider__nav {
		display: block !important;
	}

	.stories .slider__nav button {
		top: 50% !important;
	}
}

.stories__play {
	z-index: 10;
	position: relative;
	height: 42px;
	width: 42px;
}

@media (min-width: 576px) {
	.stories__play {
		height: 60px;
		width: 60px;
	}
}

@media (min-width: 1200px) {
	.stories__play {
		height: 80px;
		width: 80px;
	}
}

img.stories__cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
}

.site-wrapper::after {
	content: " ";
	background: #f46b83;
	position: absolute;
	bottom: 0;
	right: -100px;
	border-radius: 200px 200px 0 0;
	width: 500px;
	height: 200px;
	z-index: -1;
	filter: blur(80px);
	margin-top: 200px;
}

/* .top::after {
  content: " ";
  background: #f46b83;
  position: absolute;
  bottom: -320px;
  left: -300px;
  border-radius: 200px;
  width: 400px;
  height: 400px;
  z-index: -1;
  filter: blur(80px);
} */
