@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* CSS Document*/
*{
	text-decoration: none;	
	transition: 400ms;
	scroll-behavior: smooth;
	box-sizing: border-box;
}
section{
	overflow: hidden;
}
body{
	background-color: #3437FE;
	font-size: 24px;
}

.zawartosc{
	max-width: 2000px; 
	padding: 2.5rem 2rem;
	margin: 0 auto;
}
.zawartosc-nav{
	max-width: 2000px; 
	padding: 2.5rem 2rem;
	margin: 0 auto;	
}
img{
	max-width: 2000px;
}

body h1{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: white;
	font-size: 6rem;
}
body h2{
	font-family: 'barlow', sans-serif;
	font-weight: 400;
	color: #262159;
	font-size: 3rem;
}
body p{
	font-family: 'Poppins', sans-serif;	
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.6;	
	padding-top: 1rem;
}
body strong{
	font-weight: 600;
}
.przycisk{
	background-color: white;	
	border: 1px solid black;
	padding: 0.7rem;
	border-radius: 10px;
}
.przycisk:hover{
	background-color: #F253FA;
	padding: 0.7rem;
	border-radius: 10px;
	transform: translateY(-5px);
}


/*nawigacja mobile*/
.burger {
	position: fixed;
	background-color: #F253FA;
	border: 1px solid black;
	padding: 0.7rem;
	border-radius: 10px;
	color: black;
	top:2rem; 
	right:2rem; 
	font-size: 30px;
	display: none; 
	cursor: pointer; 
	z-index: 1; 
}
.nakladka {
	background-color: #F253FA;
	position: fixed;
	right: 0; 
	width: 0;  
	overflow: hidden; 
	height: 0; 
	z-index: 2;  
	display: flex; 
	justify-content: center;
	align-items: center; 
	
}
.nakladka ol{
	width: 100%;
	text-align: center;
	
}
.nakladka ol li a{
	display: block;
	padding: 1rem;
	margin-bottom: 1rem;
	color: black;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	text-align: center;
}
.nakladka ol li a:hover{
	background-color: white;
	color: #262159;
} 
.zamknijX{
	position: absolute;
	top:2rem; 
	right: 2rem;
	font-size: 3.5rem;
	background-color: white;
	border: 1px solid black;
	padding: 0.7rem;
	border-radius: 10px;
	cursor: pointer; 
}


/*Nawigacja*/
.header{
	align-content: center;
	justify-content: center;
	border: 1px solid black;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	border-radius: 35px;
	z-index: 1000;
	position: sticky;
	top: 2rem; buttom: 0; left: 3rem; right: 3rem;
	height: 7.5rem;
	margin-left: 3rem;
	margin-right: 3rem;
}
.header .zawartosc-nav{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50%;
}
.header .logo {
	 width: 8%;
}
.header .zawartosc-nav .nawigacja a{
	font-size: 1.3rem;
	margin-left: 2.5rem;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	color: black;
	text-align: center;
}
.header .zawartosc-nav .nawigacja a:hover{
	background-color: #F253FA;
	border: 2px solid black;
	border-radius: 10px;
	padding: 0.7rem;
}

/*Pierwsza sekcja wstępna*/
#hero{
	background-color: #3437FE;	
}
#hero .zawartosc{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12rem;
	flex-wrap: wrap;
}
.hero-text{
	flex: 1 1 300px;
	max-width: 40%;
}
.hero-text button{
	font-size: 1.3rem;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	color: black;
	text-align: center;	
	background-color: white;	
	border: 1px solid black;
	padding: 0.7rem;
	border-radius: 10px;
	margin-top: 1rem;
}
.hero-text button:hover{
	background-color: #F253FA;
	transform: translateY(-5px);	
}
.hero-image{
	flex: 1 1 500px;
	text-align: center;
}
.hero-image img {
	max-width: 100%;
	height: auto;
	text-align: center;
}

/*Napisy ruszające się*/
.wrapper {
	width: 90%;
	margin-inline: auto;
	position: relative;
	height: 100px;
	mask-image: linear-gradient(
	to right,
	rgba(0, 0, 0, 0),
	rgba(0, 0, 0, 1) 20%,
	rgba(0, 0, 0, 1) 80%,
	rgba(0, 0, 0, 0));
}

@keyframes scrollLeft {
  to {
    left: -200px;
  }
}

.wrapper img{
	max-width: 100%;
	max-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;	
}

.item {
	width: 200px;
	height: 100px;
	border-radius: 6px;
	position: absolute;
	left: max(calc(200px * 8), 100%);
	animation-name: scrollLeft;
	animation-duration: 30s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.item1 {
	animation-delay: calc(30s / 8 * (8 - 1) * -1);
}

.item2 {
	animation-delay: calc(30s / 8 * (8 - 2) * -1);
}

.item3 {
	animation-delay: calc(30s / 8 * (8 - 3) * -1);
}

.item4 {
	animation-delay: calc(30s / 8 * (8 - 4) * -1);
}

.item5 {
	animation-delay: calc(30s / 8 * (8 - 5) * -1);
}

.item6 {
	animation-delay: calc(30s / 8 * (8 - 6) * -1);
}

.item7 {
	animation-delay: calc(30s / 8 * (8 - 7) * -1);
}

.item8 {
	animation-delay: calc(30s / 8 * (8 - 8) * -1);
}

/*Dino diagram*/
#dino-diagram{
	background-color: #FDE9DE;
	min-height: 135vh;
}
.dino-diagram-caly img{
	justify-content: center;
	align-items: center;
	overflow-x: auto;
}
.dino-features{
	text-align: left;
	font-family: 'Poppins', sans-serif;	
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.6;
}
.dino-features ul li{
	line-height: 3em;
}
.dino-features li img{
	width: 1.3%;
}

/*About Dino Section*/
#about-dino{
	background-color: #3437FE;	
	min-height: 95vh;
}
#about-dino h1{
	font-weight: 200;	
	margin-top: 7rem;
	text-align: left;
}
.about-dino-podzial{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 7rem;
	margin-top: 5rem;
	flex-wrap: wrap;
}
.dino-img{
	flex: 1 1 300px;
	text-align: center;
	height: auto;
}
.dino-img img {
	max-width: 100%;
	border-radius: 35px;
}
.dino-img img:hover{
	transform: translateY(-5px);
	border: 1px solid black;
}
.dino-text{
	flex: 1 1 300px;
	max-width: 40%;
}
.dino-text h2{
	font-size: 1.8rem;	
	color: #F253FA;
	line-height: 2rem;	
}
.dino-text p{
	margin-top: 1rem;
}

/*Products */
#products {
	padding: 40px;
	background-color: #FDE9DE;	
	min-height: 95vh;
}
#products h1{
	font-weight: 200;	
	margin-top: 7rem;
	text-align: left;
	width: 100%;
	color: #262159;
}
.products-row {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3rem;
	margin-top: 5rem;
}

.koszulki {
	flex: 1 1 48%;
    position: relative;
    text-align: center;
}
.image-box img{
	border-radius: 35px;	
}
.image-box img:hover{
	border: 1px solid black;	
}
.image-box {
	position: relative;
    width: 100%;
}
.image-box:hover{
	transform: translateY(-5px);
}
.productImage {
	width: 100%;
    display: block;
    transition: filter 0.3s ease;
}

.overlay-text {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.1);
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
	padding: 5rem;
	font-family: 'Poppins', sans-serif;	
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.6;	
	padding-top: 1rem;
}

.btn-container {
	margin-top: 15px;
}

.btn {
    cursor: pointer;
	background-color: white;	
	border: 1px solid black;
	padding: 0.7rem;
	border-radius: 10px;	
    margin-top: 10px;
	font-size: 1.3rem;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	color: black;
	text-align: center;	
}
.btn:hover{
	border-radius: 10px;	
	transform: translateY(-5px);
	background-color: #F253FA;
}

@media (max-width: 768px) {
	.products-row {
        flex-direction: column;
}

	.koszulki {
		flex: 1 1 100%;
}
}

/*Why shop with us */
#Why-shop {
	background-image: url('../images/Gemra_Maria_tlo.png');
	background-size: cover;    
	background-position: center;  
	background-repeat: no-repeat; 
    min-height: 140vh;
}

#Why-shop .zawartosc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 40px 20px;
  max-width: 2000px;
  margin: 0 auto;
}

#Why-shop h1 {
	font-weight: 200;	
	margin-top: 7rem;
	text-align: left;
	width: 100%;
}
#Why-shop h2:hover{
	color: #F253FA;	
}
.info-box {
  flex: 1 1 calc(20% - 40px);
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 35px;
  border: 1px solid black;
  margin-top: 2rem;
}

.info-box:hover {
	transform: translateY(-5px);
    box-shadow: 0 4px 30px rgba(242, 83, 250, 0.9);
}

.info-box img {
	width: 50px;
    height: 50px;
    margin-bottom: 10px;
	border-radius: 10px;
	border: 1px solid black;
}
/* Gallery */
#gallery{
	background-color: #F253FA;
	min-height: 70vh;
}
#gallery .zawartosc{
	max-width: 2000px; 	
}
#gallery h1{
	font-weight: 200;	
	text-align: left;
	width: 100%;	
	margin-top: 7rem;
}
#gallery h2{
	font-size: 2rem;	
	margin-top: 1rem;
}
.gallery-elementy{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	padding: 40px 20px;	
	margin-top: 5rem;
}
.image-container{
	position: relative;
    display: inline-block;
    cursor: pointer;
	width: 40%;
	margin-bottom: 3rem;
}
.image-container img {
	width: 100%;
    height: auto;
    display: block;
	border-radius: 35px;
}
.image-container img:hover{
	transform: translateY(-5px);
	border: 1px solid black;
}
.heart {
	position: absolute;
    top: 10px;
    right: 10px;
    font-size: 5rem;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.image-container:hover .heart {
	opacity: 1;
}

.image-container.show-heart .heart {
	opacity: 1;
}

/* Footer */
#stopka{
	background-color: white;
}
footer {
	color: black;
    padding: 2rem;
    display: flex;
    justify-content: space-between;
	max-width: 2000px; 
	margin: 0 auto;
}
footer .footer-column {
	flex: 1 1 200px;
    margin-bottom: 1rem;
}
footer .footer-column .przycisk{
	font-size: 1.3rem;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	color: black;
	text-align: center;	
}
footer .footer-column img{
	width: 80%;
}
footer a {
	font-size: 1.3rem;
	margin-left: 2.5rem;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	color: black;
	display: block;
	margin: 0.3rem 0;
	line-height: 3rem;
}
footer a:hover{
	color: #F253FA;	
	transform: translateY(-5px);
}
footer .ikonki{
	margin-top: 1rem;
	width: 100%;
}
footer .footer-column .ikonki svg{
	width: 4%;
}
.search-bar {
	display: flex;
	justify-content: center;
	max-width: 400px;
}
.search-bar svg{
	width: 15%;
}
.search-bar input {
	flex: 1;
  	padding: 10px 15px;
 	font-size: 16px;
 	border: 2px solid black;
	border-radius: 5px 0 0 5px;
	outline: none;
	color: black;
}

.search-bar button {
	padding: 0.7rem;
  	background-color: white;
	border: 2px solid black;
	border-left: none;
	cursor: pointer;
	transition: background 0.3s;
}

.search-bar button:hover {
  background-color: #F253FA;
}

/* WERSJA RESPONSYWNA */
@media (max-width: 768px) {

    .slider-container {
        overflow: hidden;
        width: 100%;
        position: relative;
    }

    .slider-track {
        display: flex;
        transition: transform 0.4s ease-in-out;
    }

    .info-box {
        min-width: 100%;
        width: 100%;
        margin-top: 2rem;
    }/* koniec */
	
	
  body {
    font-size: 18px;
  }

  .zawartosc, .zawartosc-nav {
    padding: 1.5rem 1rem;
    max-width: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
  }
	body h1{
	font-size: 2rem;
  }
	
	#about-dino{
		min-height: 120vh;
	}
	#Why-shop{
		min-height: 100vh;
	}
	#Why-shop .zawartosc {/* Mobilny slider */
		flex-direction: column;
        padding: 20px;
	}

  /* Sekcja Hero - ułożenie pionowe, zdjęcie mniejsze */
  #hero .zawartosc {
    flex-direction: column;
    gap: 2rem;
	  margin-top: 5rem;
  }

  .hero-text {
    max-width: 100%;
    text-align: center;
  }

  .hero-text button {
    margin: 1rem auto 0 auto;
  }

  .hero-image {
    flex: none;
    width: 100%;
  }

  /* Sekcja About Dino - pionowo, obrazek na górze 
  .about-dino-podzial {
    flex-direction: column;
    gap: 2rem;
  }*/
  #dino-diagram{
	background-color: #FDE9DE;
	min-height: 50vh;
  }
  .dino-text {
    max-width: 100%;
  }

  .dino-img {
    flex: none;
    width: 100%;
    text-align: center;
  }
	
  /* Produkty - kolumnowo */
  .products-row {
    flex-direction: column;
    gap: 2rem;
  }

  .koszulki {
    flex: none;
    width: 100%;
  }

	.overlay-text{
		padding: 0;
	}	
  /* Galeria - obrazki na 100% */
  .gallery-elementy {
    flex-direction: column;
    gap: 1.5rem;
    padding: 20px 10px;
  }

  .image-container {
    width: 100%;
    margin-bottom: 2rem;
  }

  /* Footer - kolumnowo */
  footer {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  footer .footer-column {
    flex: none;
    width: 100%;
    text-align: center;
  }

  footer .footer-column img {
    width: 50%;
    margin: 0 auto;
	margin-left: 3rem;
  }

  footer a {
    margin-left: 0;
    display: inline-block;
  }

  /* Przycisk ogólny */
  .przycisk, .btn {
    font-size: 1.1rem;
    padding: 0.6rem;
  }
	footer .footer-column .ikonki svg{
	width: 15%;
}
}


/* Mobilny slider */
@media (max-width: 1024px) {
  .info-box {
    width: calc(50% - 20px); /* 2 na rząd */
  }
/* Nawigacja - zmiana układu na kolumnowy */
  .header {
    margin-left: 1rem;
    margin-right: 1rem;
    height: auto;
    padding: 1rem;
    border-radius: 20px;
  }

  .header .zawartosc-nav {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .header .logo {
    width: 20%;
    margin-bottom: 1rem;
  }

  .header .zawartosc-nav .nawigacja a {
    margin-left: 0;
    margin-right: 1rem;
    font-size: 1.1rem;
    padding: 0.5rem 0;
  }
.dino-diagram-caly img{
	display: block;
	}
	/* B U R G E R */
	.header{
		display: none; 
	}
	
	.burger{
		display: block; 
	}
}

@media (max-width: 600px) {
  .info-box {
    width: 100%; /* 1 na rząd */
  }
}