@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');

*
{
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	scroll-behavior: smooth;
	text-decoration: none;
	list-style: none;
	
}

body
{
	min-height: 100vh;
	overflow-x: hidden;
	background: linear-gradient(#2b1055,#7597de);
	margin: 0;
	
	
}

.body-container .container img {
  width: 100%;
  height: auto;
  margin-top: 40px;
  opacity: 0.8;
}



.body-container .container img:hover {
    transform: scale(1.015); /* Zmienia rozmiar obrazka po najechaniu na niego kursorem */
	opacity: 1;
}

body, p {
  color: #f1f1f8;
  
  
}

header
{
	position: absolute;	
	width: 100%;	
	z-index: 100;
}

.header2
{
    display: block;
    width: 100%;	
    z-index: 100;
    background-color: #2c0e54;
    background: url('https://msastudio.pl/images/bigdipper.png') no-repeat center, #2c0e54;
    margin: 0;
	background-size: 70%;
}



nav
{
	
	margin-right: 12%;
	margin-top: 30px;
	
}

nav img
{
	width: 150px;
	position: absolute;
	top: 17px;
	left: 12%;
}

nav ul
{
	float: right;
}

nav ul li
{
	display: inline-block;
	line-height: 80px;
	margin: 0 15px;
}

nav ul li a
{
	position: relative;
	font-size: 18px;
	text-decoration: none;
	padding: 6px 15px;
	color: #fff;
	border-radius: 20px;
}

nav ul li a:hover,
nav ul li a.active
{
	background: #fff;
	color: #2b1055;
	text-decoration: none;
}

section
{
	position: relative;
	width: 100%;
	height: 100vh;
	padding: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

section::before
{
	content:'';
	position: absolute;
	bottom:0;
	width: 100%;
	height: 100px;
	background: linear-gradient(to top, #1c0522, transparent);
	z-index:1000;
}

section img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}	

section img#moon
{
	mix-blend-mode: screen;	

}

#bat {
  max-width: 350px; /* Maksymalna szerokość 200 pikseli */
  max-height: 350px; /* Maksymalna wysokość 200 pikseli */
  display: block;
  margin: -290px auto 0; /* Podniesienie obrazka o 20px, można dostosować wartość */
  position: relative; /* Pozycjonowanie względne dla lepszego zarządzania odstępami */
  z-index:9;
}




section img#star
{
	mix-blend-mode: screen;	
	z-index:8;
	
	
	
}

#bigdipper {
    mix-blend-mode: screen;
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#capricorn {
    mix-blend-mode: screen;
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
	
}


section img#mountains_front
{
	z-index: 10;
}

section img#mountains_behind
{
	z-index: 9;
}	

img#bigdipper
{
	transform: translateX(-600px);
	
}	


	
	
	

img#capricorn
{
	transform: translateX(-900px);
	
}			

#text
{
	position: absolute;
	right: -350px;
	color: #fff;
	white-space: nowrap;
	font-size: 7.5vw;
	z-index: 9;
	display: inline;
	text-shadow:
        -1px -1px 0 #000,  
         1px -1px 0 #000,
        -1px  1px 0 #000,
         1px  1px 0 #000,
        -1px  0   0 #000,
         1px  0   0 #000,
         0   -1px 0 #000,
         0    1px 0 #000,
        /* Bardziej intensywny cień */
         0    0   20px rgba(0, 0, 0, 1);
	
}

#text span {
    display: inline;
}

#btn
{
	position: absolute;
	text-decoration: none;
	display: inline-block;
	padding: 8px 30px;
	border-radius: 40px;
	background: #fff;
	color: #2b1055;
	font-size: 1.5em;
	z-index: 9;
	transform: translateY(100px);
	
}

#btn3 {
    position: absolute;
    text-decoration: none;
    padding: 8px 30px;
    border-radius: 40px;
    background: #fff;
    color: #2b1055;
    font-size: 1.5em;
    z-index: 9;
    left: 50%; /* Ustawienie przycisku na środku poziomo */
    transform: translateX(-50%); /* Przesunięcie przycisku o połowę jego szerokości w lewo */
    bottom: 20px; /* Przesunięcie przycisku o 20 pikseli od dolnej krawędzi */
	text-align: center;
}

.btn {
    position: absolute;
    text-decoration: none;
    padding: 8px 30px;
    border-radius: 40px;
    background: #fff;
    color: #2b1055;
    font-size: 1em;
    z-index: 9;
    
    text-align: center;
    margin-bottom: 40px; /* Dodaje odstęp 20px poniżej przycisku */
}

label #btn2,
label #cancel {
    color: white;
    font-size: 30px;
    float: right;
    line-height: 80px;
    cursor: pointer;
	display: none;
}

#check {
	display: none;
}


.przejsciegc
{
	overflow-x: hidden;
	position: relative;
	background: linear-gradient(#1c0522,#000);
	min-height: 150px;
}

.przejsciegc2
{
	overflow-x: hidden;
	position: relative;
	background: linear-gradient(#2c0e54,#000);
	min-height: 150px;
	margin: 0;
	
}

.przejsciecg
{
	overflow-x: hidden;
	position: relative;
	background: linear-gradient(#000,#2c0e54);
	min-height: 150px;
}

.prostokat
{
	overflow-x: hidden;
	position: relative;
	background-color: #2c0e54;
	height: 180px;
	margin: 0;
}

.czarne {
    position: relative;
    padding-right: 100px;
    padding-left: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #000;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center; /* Wyśrodkowuje tekst w poziomie w obrębie kontenera */
}

.czarne h2 {
    font-size: 3.5em;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 800;
}

.czarne p
{
	font-size: 1em;
	color: #fff;
	text-align: left;
}

.granatowe
{
	
	position: relative;
	padding-right: 100px;
	padding-left: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #2c0e54;
	margin-left: auto;
    margin-right: auto;
	display: block;
	text-align: center; /* Wyśrodkowuje tekst w poziomie w obrębie kontenera */
}

.granatowe h2
{
	font-size: 3.5em;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 800;
}

.granatowe p
{
	font-size: 1em;
	color: #fff;
	text-align: left;
}

.p-small {
	color: #f1f1f8;
	font: 400 0.75rem/1.25rem "Poppins", sans-serif;
}

.copyright {
	overflow-x: hidden;
    padding-top: 17rem;
    padding-bottom: 0.5rem;
    background: 
        linear-gradient(#000, #302891), 
        url('https://msastudio.pl/images/tlostopki.png') no-repeat center;
    background-size: auto cover;
    background-blend-mode: overlay;
    text-align: center;
    font: 400 0.875rem/1.375rem "Poppins", sans-serif;
}

.copyright a:hover {
	text-decoration: none;
}

.copyright .p-small {
	color: #f1f1f8;
	opacity: 0.6;
}

.copyright img#technologie {
	position: relative;
	width: 20%;
	
	
	padding-bottom: 3rem;
}

.ex-basic-1 {
    padding-top: 2rem;
    padding-bottom: 0.875rem;
    background-color: #000932;
    border-radius: 15px; /* Zaokrąglenie rogów */
}

.ex-basic-1 .breadcrumbs {
	text-align: left; /* Wyśrodkowuje zawartość breadcrumbs do lewej */
	margin-bottom: 1.125rem;
	color: #f1f1f8;
}

.ex-basic-1 .breadcrumbs .fa {
	margin-right: 0.5rem;
	margin-left: 0.625rem;
	
}

.ex-basic-1 .breadcrumbs a {
  color: #f1f1f8;
}

.ex-basic-2 {
	text-align: left; /* Wyśrodkowuje zawartość breadcrumbs do lewej */
}

.ex-basic-2 figcaption{
	text-align: center;
	font: 400 0.875rem/1.375rem "Poppins", sans-serif;
}
.ex-basic-2 img {
    border-radius: 10px; /* Zaokrąglenie rogów */
}



/**********************/
/*     15. Kontakt    */
/**********************/

.kontakt
{
	color: #f1f1f8;
	list-style: none;
    padding: 0;
    margin: 0;
	text-align: center;
	display: flex;
    
    
}





.kontakt .container
{
    width: 80%;
	
    
}

.kontakt a 
{
    color: inherit; /* Dziedziczenie koloru z elementu rodzica */
    text-decoration: none; /* Usunięcie podkreślenia */
}

.kontakt .fas
{
	margin-right: 5px;
	color: #00c9db;
}


/**********************************/
/*     18. Back To Top Button     */
/**********************************/
a.back-to-top {
	position: fixed;
	z-index: 999;
	right: 0.75rem;
	bottom: 0.75rem;
	display: none;
	width: 2.625rem;
	height: 2.625rem;
	border-radius: 1.875rem;
	background: #49c0ed url("https://msastudio.pl/images/uparrow.png") no-repeat center 47%;
	background-size: 1.125rem 1.125rem;
	text-indent: -9999px;
}

a:hover.back-to-top {
	background-color: #36edfd; 
}

#cookieConsent {
    background-color: #333;
    color: #fff;
    padding: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
	z-index: 9999;
}
#cookieConsent a {
	color: #4CAF50;
}
        
#cookieConsent button {
    background-color: #49c0ed;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 5px;
}

#cookieConsent button:hover {
    background-color: #36edfd;
}

/**********************/
/*     16. Footer     */
/**********************/
.footer {
	padding-top: 5rem;
	background-color: #000;
	
}

.footer li {
    color: #f1f1f8;
    font: 400 0.875rem/1.375rem "Poppins", sans-serif;
    display: flex;
    align-items: center; /* Wyśrodkowanie pionowe elementów wewnątrz <li> */
}

.footer li i {
    margin-right: 0.5rem; /* Odstęp między ikoną a tekstem, dostosuj według potrzeb */
}

.footer p{	
	color: #f1f1f8;
	font: 400 0.875rem/1.375rem "Poppins", sans-serif;
}


.footer h4 {
	margin-bottom: 1rem;
	color: #f1f1f8;
}

.footer a {
	color: #f1f1f8;
}




.footer .list-unstyled .fas {
	color: #00c9db;
	font-size: 0.5rem;
	line-height: 1.375rem;
}

.footer .fa-stack {
  font-size: 1.5rem;
}

.footer .fa-stack {
	margin-bottom: 0.75rem;
	margin-right: 0.5rem;
	font-size: 1.5rem;
}

.footer .fa-stack .fa-stack-1x {
    color: #262431;
	transition: all 0.2s ease;
}

.footer .fa-stack .fa-stack-2x {
	color: #f1f1f8;
	transition: all 0.2s ease;
}

.footer .fa-stack:hover .fa-stack-1x {
	color: #f1f1f8;
}

.footer .fa-stack:hover .fa-stack-2x {
    color: #00c9db;
}


@media (max-width: 1118px) {
	nav img{
		left: 8%;
	}
	
	nav
	{
	margin-right: 8%;
	}
	
	.czarne
	{
	padding: 10px;
	}
	
	.granatowe
	{
	padding: 10px;
	}
}







@media (max-width: 944px) {
	nav img{
		left: 6%;
		top: 20px;
		width: 130px;
	}
	
	nav
	{
	margin-right: 6%;
	}

.footer h4 {	
	margin-top: 2rem;
}
	
	nav ul li a{
		font-size: 17px;
	}
}

@media (max-width: 860px) {
	
	label #btn2 {
		display: block;
	}
	
	ul {
		
		position: fixed;
		width: 100%;
		height: 100vh;
		background: linear-gradient(135deg, hsla(0, 0%, 0%, 0.7), hsla(0, 0%, 0%, 0.2));
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		border: 1px solid rgba(0, 0, 0, .5);
		border-radius: 20px;
		box-shadow: 0 0 30px rgba(0, 0, 0, .7);
		top: 120px;
		left: -100%;
		padding-left: 0;
		text-align: center;
		transition: all .5s;
	}
	
	.footer ul {
		position: static;
		height: auto;
	}
	
	nav ul li{
		
	display: block;
	margin: 50px 0;
	line-height: 30px;
	

	}
	
	nav ul li a{
		font-size: 20px;
	}
	
	#check:checked ~ ul{
		left: 0;
	}	
	
	#check:checked ~ label #btn2{
		display: none;
	}	
	
	#check:checked ~ label #cancel{
		display: block;
	}	
	
	.copyright img#technologie {
	width: 40%;
	}
}

/* Flaga zawsze na środku */
.language-switcher-mobile {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  transform: translate(-50%, -50%);
  top: calc(50% - 15px);
}

/* Obrazek flagi */
.language-switcher-mobile img {
  width: 36px;
  height: auto;
  border-radius: 3px;
  transition: transform 0.25s ease;
  
}

.language-switcher-mobile img:hover {
  transform: scale(1.15);
}

/* Responsywność */
@media (max-width: 768px) {
  .language-switcher-mobile img {
    width: 34px;
  }
}

@media (max-width: 576px) {
  .language-switcher-mobile img {
    width: 32px;
  }
}

.whatsapp-container {
  position: fixed;
  bottom: 60px;
  right: 10px; /* możesz dostosować odległość od prawej */
  display: flex;
  align-items: center;
  z-index: 1000;
}

/* Button style */
.whatsapp-float {
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.whatsapp-float img {
  width: 35px;
  height: 35px;
}

/* Tooltip bubble (on the left side now) */
.whatsapp-tooltip {
  background: #ffffff;
  color: #333;
  padding: 10px 14px;
  border-radius: 20px;
  margin-left: 10px; /* 🔄 przeniesione na lewo */
  font-size: 14px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  order: -1; /* 🔄 ustawia dymek po lewej stronie przycisku */
}

/* Show tooltip on hover */
.whatsapp-container:hover .whatsapp-tooltip {
  opacity: 1;
  transform: translateX(0);
}

/* Responsive for mobile (hide tooltip) */
@media (max-width: 600px) {
  .whatsapp-tooltip {
    display: none;
  }
}

