@charset "UTF-8";
/*IMPORT fontów Google*/
@import url('https://fonts.googleapis.com/css2?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');
@import url('https://fonts.googleapis.com/css2?family=Climate+Crisis&display=swap');

/* CSS Document */

* {
    transition: 400ms;
    box-sizing: border-box;
	
	
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: "Poppins";
    font-size: 10px;
    z-index: 1;
}
body {
    font-size: 1.6rem;
}
a{
    text-decoration: none;
    color: inherit;
}
nav{
	z-index: 10;
    background-color: black;
	color: white;
    padding: 1rem;
    display: flex;
    justify-content: center;
    position: fixed;
    width: 100%;
}
nav ol{
    max-width: 1400px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
nav ol li a:hover{
	color: aqua;
}

.zawartosc{
    background-color: black;
    max-width: 1400px;
    width: 100%;
    display: flex;
    gap: 2rem;
}
.burger{
    display: none;
    position: fixed;
    top: 2rem;
    right: 2rem;
    font-size: 4rem;
    background-color: black;
    color: white;
    padding: 0 .7rem .7rem;
    border-radius: 1rem;
    cursor: pointer;
    z-index: 1;
}
.nakladka{
    background-color: black;
    opacity: .9;
    color: white;
    position: fixed;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nakladka ol{
    text-align: center;
    width: 100%;
}
.nakladka ol li{
    margin-bottom: 1rem;
}
.nakladka ol li a{
    display: block;
    padding: 2rem;
}
.nakladka ol li a:hover{
    background-color: black;
}
.zamknijx{
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 5rem;
    background-color: black;
    color: white;
    padding: 0 1.25rem .6rem;
    border-radius: 1rem;
}
.tlo {
	background-image: url("../img/tlo_sekcja_1.png");
	background-size: cover;
	background-position: center; 
	width: 100%;
	height: 100vh;
	display: flex; 
	justify-content: center;
	align-items: center;
	padding: 2rem;
}
.text-container{
	display: flex;
	flex-direction: column;
	align-items: center;
}
#HOME{
	height: 100vh;
}
#HOME h1 {
	font-family: 'Climate Crisis', sans-serif;
	font-size: 10vw;
	font-weight: 500;
	color: white;
	text-align: center;
}
#HOME h1:hover{
	color: aqua;
}
#HOME p{
	font-family: 'Poppins', sans-serif; 
	font-size: 1.6rem;
	color: white;
	max-width: 600px; 
	margin-top: 1rem;
	margin-right: 60px;
	line-height: 1.5; 
}
#BATHYAL {
  background-color: black;
  color: white;
  padding: 4rem 2rem;
  display: flex;
  justify-content: center;
	
}
.tlo2 {
	background-image: url("../img/tlo_sekcja_2.png");
	background-size: cover;
	background-position: center; 
	width: 100%;
	display: flex; 
	justify-content: center;
	align-items: center;
	padding: 2rem;
}
.bathyal-container {
	max-width: 1000px;
	width: 100%;
}
.bathyal-header h1 {
	letter-spacing: 0.5rem;
	font-size: 10vw;
	font-weight: 900;
	line-height: 1;
	font-family: 'Climate Crisis', sans-serif; 
	align-self: flex-start;
	flex: 1 1 100%;
	margin: 0;
}
.bathyal-header h1:hover{
	color: aqua;
}
.bathyal-content {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	align-items: flex-start;
}
.bathyal-text {
	position: relative;
	background-color: #444;
	backdrop-filter: blur(10px);
	padding: 4rem;
	flex: 1 1 400px;
	color: white;
	font-weight: 200;
	font-size: 1.6rem;
	line-height: 1.6;
	max-height: 500px;
	overflow-y: auto;
	margin-top: 4rem;
	top: auto;
}
.bathyal-animals {
	margin-top: 4rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	flex: 1 1 300px;
}
.bathyal-animals .animal:first-child {
	margin-top: 0;
}
.animal {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.animal img {
	width: 100%;
	max-width: 170px;
	border-radius: 0.5rem;
}
.animal h3 {
	font-size: 2rem;
	margin-top: 1rem;
	font-weight: 700;
}
.animal p {
	font-size: 1.4rem;
	line-height: 1.4;
}
.bathyal-animals::-webkit-scrollbar {
	height: 10px;
}
.bathyal-animals::-webkit-scrollbar-thumb {
	background-color: #666;
	border-radius: 5px;
}

.bathyal-animals::-webkit-scrollbar-track {
	background-color: #222;
}
#ABYSSAL {
	background-color:black;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tlo3 {
	background-image: url("../img/tlo_sekcja_4.png");
	background-size: cover;
	background-position: center; 
	width: 100%;
	display: flex; 
	justify-content: center;
	align-items: center;
	padding: 2rem;
}
.abyssal-container {
	margin: 20px;
	max-width: 1000px;
	width: 100%;
}
.abyssal-header h1 {
	font-size: 9vw;
	font-weight: 900;
	line-height: 1;
	font-family: 'Climate Crisis', sans-serif; 
	align-self: flex-start; 
	flex: 1 1 100%;
	margin: 0;
}
.abyssal-header h1:hover{
	color: aqua;
}
.abyssal-content {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.abyssal-text {
	margin-top: 4rem;
	padding: 5rem 4rem;
	background-color: #444;
	font-size: 1.6rem;
	font-weight: 200;
	line-height: 1.6;
	color: white;
	box-sizing: border-box;
	max-height: 500px;
	overflow-y: auto;
}
.abyssal-animals {
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
	justify-content: space-between;
}
.animal-abyssal {
	flex: 1 1 45%;
	padding: 2rem;
	border-radius: 1rem;
}
.animal-abyssal img {
	max-width: 100%;
	height: auto;
	margin-top: 1rem;
}
.animal-abyssal h3 {
	font-size: 3rem;
	font-weight: 600;
	margin-bottom: 1rem;
}
.animal-abyssal p {
	font-size: 1.7rem;
	line-height: 2rem;
}
#HADAL {
	background-color: black;
	color: white;
	padding: 4rem 2rem;
	display: flex;
	justify-content: center;
}
.hadal-container {
	max-width: 1400px;
	padding: 4rem;
	width: 100%;
}
.hadal-header h1 {
	letter-spacing: 0.5rem;
	font-size: 8vw;
	font-weight: 900;
	line-height: 1;
	font-family: 'Climate Crisis', sans-serif;
	margin: 0;
}
.hadal-header h1:hover{
	color: aqua;
}
.hadal-content {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	align-items: flex-start;
}
.hadal-text {
	position: relative;
	top: 4rem;
	background-color: #444;
	backdrop-filter: blur(10px);
	padding: 4rem;
	color: white;
	font-weight: 200;
	font-size: 1.6rem;
	line-height: 1.6;
	max-height: 500px;
	flex: 1 1 300px;
	overflow-y: auto;
}
.hadal-animal {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.hadal-animal img {
	width: 100%;
	max-width: 300px;
	object-fit: cover;
	display: block;
}
.hadal-desc h3 {
	font-size: 2rem;
	margin-top: 1rem;
	font-weight: 700;
}
.hadal-desc p {
	margin-bottom: 2rem;
	font-size: 1.6rem;
	line-height: 1.4;
}
.hadal-columns {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.column {
	flex: 1;
}
.column-middle img {
	display: block;
	max-width: 100%;
	margin-bottom: 1.5rem;
}
.hadal-desc {
	margin-bottom: 5rem;
}
#CONTACT{
	background-color: black;
	color: white;
	padding: 4rem 2rem;
	display: flex;
	justify-content: center;
}
.footer {
	max-height: 500px;
	background-color: #000;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 40px;
	flex-wrap: wrap;
	gap: 40px;
}
.footer-section {
	flex: 1;
	text-align: center;

}
.logo {
	font-size: 32px;
	font-weight: 900;
	margin-bottom: 10px;
	font-family: "Climate Crisis", sans-serif;
}
.description {
	font-size: 16px;
	font-family: "Poppins";
	line-height: 1.5;
}
.heading {
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 15px;
	font-family: "Climate Crisis";
}
.newsletter {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	justify-content: center;
}
.newsletter input {
	padding: 12px 20px;
	border: none;
	border-radius: 8px;
	background: #555;
	color: #fff;
	font-size: 16px;
	flex: 1;
	min-width: 200px;

}
.newsletter button {
	padding: 12px 20px;
	border: none;
	border-radius: 8px;
	background: #aaa;
	color: #000;
	font-size: 16px;
	cursor: pointer;
	transition: background 0.3s;
	
}
.newsletter button:hover {
	background: #888;
}
.social-icons {
	display: flex;
	gap: 15px;
	font-size: 18px;
	justify-content: center;
}
.social-icons a {
	color: #fff;
	transition: color 0.3s;
}
.social-icons a:hover {
	color: #aaa;
}
.social-icons img {
	width: 24px;     
	height: 24px;
}

.copywright {
	background-color: black;
	color: #ffffff;
	justify-content: center;
	text-align: center;
	font-size: 0.9rem;
	margin-top: -3rem;
}
@media all and (max-width: 600px){
	.burger{
		display: block;
    }
    nav{
        display: none;
    }
 
	#HOME h1 {
		font-size: 14vw;
	}
  .footer {
	  flex-direction: column;
	  align-items: center;
	  gap: 30px;
	  padding: 20px;
	}
  .footer-section {
	  text-align: center;
	}
	.footer-section:last-child {
	text-align: center;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
  .newsletter {
	  flex-direction: column;
	  align-items: center;
	  width: 100%;
	}
  .newsletter input,
  .newsletter button {
	  width: 50%;
	  max-width: 300px;
	}
  .social-icons {
	  gap: 30px;
	}
  .social-icons img {
	  width: 30px;
	  height: 30px;
	}
  .footer-section:last-child {
	  margin-top: 10px;
	}
  .bathyal-animals {
	  display: flex;
	  flex-direction: row;
	  overflow-x: auto;
	  gap: 2rem;
	  padding-bottom: 1rem;
	  margin-top: 2rem;
	}
  .bathyal-animals::-webkit-scrollbar {
	  height: 10px;
	}
  .bathyal-animals::-webkit-scrollbar-track {
	  background: #222;
	}

  .bathyal-animals::-webkit-scrollbar-thumb {
	  background: #888;
	  border-radius: 5px;
	}
  .bathyal-animals::-webkit-scrollbar-thumb:hover {
	  background: #555;
	}
  .animal {
	  min-width: 200px;
	  flex: 0 0 auto;
	  background-color:black;
	  padding: 1rem;
	  border-radius: 0.5rem;
	}
  .animal img {
	  max-width: 300px;
	  height: auto;
	}
	.abyssal-animals{
		flex-direction: column;
		align-items: center
	}
	
}
	 
 @media all and (max-width: 700px){ 
	#HADAL {
		padding: 2rem 1rem;
	}
  	.hadal-columns {
		display: block; 
		justify-content: center;
		align-items: center;
		text-align: center;
	}
  .column-left,
  .column-middle,
  .column-right {
	  width: 100%;
	  max-width:none;
	  margin-bottom: 2rem;
	}
  .hadal-animal {
	  max-width: 100%;
	}
  .hadal-animal img {
	  max-width: 100%;
	  height: auto;
	} 
}
