* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html,
body {
	overflow-x: hidden;
}

body {
	font-family: 'Open Sans' 'sans-serif';
	background: #000000;
	color: #ddd;
}

video {
	height: 150px;
	width: 150px;
}

/* wrapper */
.wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	/* od 1200 do 1400 jest dobrą praktyką */
}

strong {
	text-decoration: none;
	filter: drop-shadow(red 0px 0px 5px);
}
main {
	margin: 40px;

	padding: 0;
}
/* Kontener dla galerii */
.gallery-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	background-color: #000000; /* Możesz zmienić tło na dowolne */
}

/* Kontener dla galerii */
.gallery-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	background-color: #000000; /* Możesz zmienić tło na dowolne */
}

/* Galeria przewijalna */
.gallery {
	display: flex;
	gap: 10px; /* Odstępy między obrazami */
	overflow-x: auto;
	scroll-behavior: smooth;
	padding: 10px;
}

/* Styl dla obrazów */
.gallery img {
	max-height: 200px; /* Maksymalna wysokość obrazów */
	height: auto;
	width: auto;
	flex-shrink: 0;
	border-radius: 10px; /* Zaokrąglone rogi */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery img:hover {
	transform: scale(1.05);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Styl przewijania */
.gallery::-webkit-scrollbar {
	height: 8px;
}

.gallery::-webkit-scrollbar-thumb {
	background-color: #888;
	border-radius: 4px;
}

.gallery::-webkit-scrollbar-thumb:hover {
	background-color: #555;
}
.o-mnie-info {
	margin-bottom: 10px;
	text-align: auto;
	font-size: 21px;
	font-family: 'Times New Roman', Times, serif;
}
.o-mnie-info-dojazd {
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
	letter-spacing: 2px;
}
.hero-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(2px);
	filter: grayscale(10%);
}

.hero-text {
	position: absolute;
	color: white;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.hero-text span {
	text-transform: uppercase;
	color: rgba(255, 0, 0, 0.916);
	font-size: 80px;
}
.hero-text h1 {
	margin-bottom: 0px;
	text-shadow: 3px 3px 4px black;
	color: #ddd;
	font-size: 75px;
}
.hero-text p {
	text-shadow: 3px 3px 2px #000;
	font-size: 20px;
}

.hero-text h2 {
	font-family: 'Charmonman', 'Open sans';
	font-weight: 400;
	margin-bottom: -10px;
}

.section-title,
iframe {
	font-family: 'Courier New', 'Charmonman', 'Open sans';
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
	overflow-wrap: anywhere;
	font-size: 32px;
	letter-spacing: 3px;
}
/* nawigacja */
nav {
	height: 60px;
	line-height: 60px;
	background-color: #000000;
	text-align: center;
}
/* Wraper pakuje nam wszystko na szerokosc (ekstra szerokie ekrany itd) */

.nav-items {
	display: none;
}

img.logo-nav {
	margin: auto;
	display: block;
	width: 400px;
	margin-top: 50px;
	margin-bottom: 50px;
	filter: opacity(30%);
	filter: drop-shadow(0px 0px 13px);
}
img.logo-index {
	display: block;
	width: 250px;
	margin-top: -200px;
	margin-bottom: -50px;
	margin-left: 900px;
	filter: opacity(30%);
	filter: drop-shadow(0px 0px 13px);
}
.nav-items a:hover {
	color: #c70000;
}

/* header */

.header {
	position: relative;
	background-image: url(../img/mariusz\ szlif.JPG);
	height: 400px;
	background-size: cover;
	background-position: center;
}

header p {
	font-family: charmonman;
}
.nav-items .nav-item-text {
	font-family: 'Charmonman';
}

li {
	font-family: 'Courier New', Courier;
}

.custom-gallery a p {
	color: white;
	font-family: 'Courier New', Courier, monospace;
	text-decoration: none; /* Usuwa podkreślenie z tekstu */
	color: white; /* Zachowuje kolor tekstu */
	text-decoration-color: rgb(0, 0, 0);
}

a {
	text-decoration: none;
	text-decoration-color: #000;
}

.burger-icon {
	display: block;
	margin-right: auto;
	padding: 0 30px;
	background: none;
	border: none;
	line-height: 60px;
	font-size: 30px;
	cursor: pointer;
	color: #ddd;
}
.opinie .kliknij-text:hover {
	color: rgb(255, 255, 255);
	text-shadow: 3px 3px 2px #ffffff;
	font-size: 31px;
	transition: 0.3s;
}
h3 {
	font-size: 25px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	font-family: 'Courier New', 'Charmonman', 'Open sans';
}

p {
	font-family: 'sans-serif', 'Arial';
}

p.mapa-dojazd {
	text-align: center;
}

.gwiazdki-img .gwiazdek5 {
	width: 100px;
	height: 100px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 5px solid #ffffff;
	border-radius: 100%;
	border-style: dotted;
	overflow: hidden;
}
.gwiazdki-img .gwiazdek5:hover {
	filter: blur(3px) grayscale(1);
	transition: 0.4s;
}

.video-opinie {
	display: block;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
}
.opinie .kliknij-text {
	font-size: 30px;
	display: block;
	text-decoration: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	font-family: sans-serif;
	color: rgb(255, 255, 255);
}

ul {
	font-size: 30px;
	letter-spacing: 3px;
	line-height: 1.5;
	padding: 60px;
	margin-top: -50px;
	margin-bottom: -40px;
	transition: 0.3s;
	font-family: 'Times New Roman', Times, serif;
}
a.link-rent {
	transition: 0.3s;
	text-decoration: none;
	color: red;
}
a.link-rent:hover {
	text-decoration: none;
	color: rgb(88, 88, 88);
	transition: 0.3s;
}

.gitara1 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	width: 1400px;
}

footer {
	display: block;
	text-align: center;
}
.footer-designedby {
	font-family: 'Charmonman', 'Open sans';
}
h1.wysylka {
	margin-bottom: 0px;
	text-shadow: 3px 3px 4px rgb(255, 0, 0);
	color: #ddd;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
}
@media (max-width: 500px) {
	.nav-items a {
		font-size: 10px;
		padding: 0 15px;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		color: #ffffff;
		transition: color 0.2s;
	}
}
@media (max-width: 400px) {
	.nav-items a {
		font-size: 8px;
		padding: 0 10px;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		color: #ffffff;
		transition: color 0.2s;
	}
}
@media (min-width: 300px) {
	.nav-items a {
		font-size: 10px;
		padding: 0 15px;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		color: #ffffff;
		transition: color 0.2s;
	}
	.burger-icon {
		display: none;
		.nav-items {
			display: block;
		}
	}
	.nav-items {
		display: block;
	}
	video {
		width: 250px;
		height: 250px;
	}
	.gwiazdki-img .gwiazdek5 {
		width: 150px;
		height: 150px;
	}

	@media (min-width: 576px) {
		.video-opinie video {
			width: 300px;
			height: 300px;
		}
		.gwiazdki-img .gwiazdek5 {
			width: 200px;
			height: 200px;
		}
	}
	ul {
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 1.5;
		padding: 60px;
		margin-top: -50px;
		margin-bottom: -40px;
		line-height: 25px;
		margin-left: -70px;
		margin-right: -65px;
	}
	img.logo-index {
		display: none;
	}
}

@media (max-width: 1200px) {
	.instrumenty-map {
		margin-left: 40px;
		margin-right: 50px;
		scale: 90%;

		width: 95%;
	}
}

@media (max-width: 900px) {
	.instrumenty-map {
		margin-left: 20px;
		margin-right: 20px;
		width: 95%;
		scale: 110%;
	}
	.hero-text span {
		text-transform: uppercase;
		color: rgba(255, 0, 0, 0.916);
		font-size: 60px;
	}
	.hero-text p {
		font-size: 15px;
		margin-left: 25px;
	}
	.nav-item-text {
		font-family: 'Charmonman';
		font-size: 7px;
	}
}
@media (min-width: 768px) {
	.burger-icon {
		display: none;
	}
	.nav-items {
		display: block;
	}
	.nav-items a {
		font-size: 16px;
		padding: 0 30px;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		color: #ffffff;
		transition: color 0.2s;
	}
	.mapa-dojazd iframe {
		width: 450px;
		height: 450px;
	}
	.video-opinie video {
		width: 400px;
		height: 400px;
	}
	.gwiazdki-img .gwiazdek5 {
		width: 250px;
		height: 250px;
	}
	ul {
		font-size: 30px;
		letter-spacing: 3px;
		line-height: 1.5;
		padding: 60px;
		margin-top: -50px;
		margin-bottom: -40px;
		margin-left: -20px;
	}
}
/* @media (max-width: 440px) {
	.nav-item {
		font-size: 5px;
	}
} */

@media (min-width: 1200px) {
	.hero-text h1 {
		margin-bottom: 0px;
		font-size: 90px;
	}
	.hero-text p {
		text-shadow: 3px 3px 2px #000;
		font-size: 30px;
	}
	.hero-text h2 {
		margin-bottom: -10px;
		font-size: 45px;
	}
	.mapa-dojazd iframe {
		width: 800px;
		height: 500px;
	}
	.video-opinie video {
		width: 600px;
		height: 600px;
	}
	.gwiazdki-img .gwiazdek5 {
		width: 400px;
		height: 400px;
	}
	img.logo-index {
		display: block;
	}
}

@media (max-width: 600px) {
	h1 {
		scale: 80%;
	}
	.hero-text h2 {
		margin-left: 35px;
		font-size: 20px;
	}
}

.demo,
.demo p,
.demo p a {
	margin: 8em 0;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-size: 20px;
}

.demo p a:hover {
	color: #db2b74;
}

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
	position: relative;
	z-index: 2;
	cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
	position: absolute;
	bottom: 150%;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -110px;
	padding: 7px;
	width: 210px;
	border-radius: 3px;
	background-color: #db2b74;
	color: #fff;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 17px;
	line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
	position: absolute;
	bottom: 150%;
	left: 50%;
	margin-left: -5px;
	width: 0;
	border-top: 5px solid #db2b74;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: ' ';
	font-size: 0;
	line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
	visibility: visible;
	opacity: 1;
}
