@import url('https://fonts.googleapis.com/css2?family=BBH+Bogle&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

:root{
    --kolor-podstawowy:#FDFDFD;
    --kolor-fontow:#B9B9B9;
    --kolor-akcent:#2633FF;
    --kolor-ciemny:#000000;
    --kolor-jasnydodatkowy:#949AFF;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: 0.3s ease-in-out;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Alexandria', sans-serif;
    background-color: var(--kolor-podstawowy);
    color: var(--kolor-ciemny);
    line-height: 1.6;
    font-size: 16px; 
}


a {
    text-decoration: none;
    color: inherit;
}

p {
    line-height: 140%;
    font-weight: 300;
    margin-bottom: 20px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* NAWIGACJA */
nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px; 
    background-color: rgba(180, 180, 180, 0.7); 
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    padding: 0 50px;
}

nav .napis {
    height: 20px;
    width: auto;
}

nav ul {
    display: flex;
    list-style: none;
    gap: 40px;
}

nav ul li a {
    color: var(--kolor-podstawowy);
    font-weight: 500;
    font-size: 12px; 
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 0;
    position: relative;
}

nav ul li a:hover {
    color: var(--kolor-akcent);
}

section:not(#home):not(#stopka) {
    min-height: 800px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 50px;
}

/* HOME */
#home {
    position: relative;
    height: 800px; 
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#home .tlo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

#home .napis {
    max-width: 800px;
    width: 90%;
    height: auto;
    z-index: 1;
}


h1, h2, h3, h4, h5 {
    font-family: 'Alexandria', sans-serif;
    text-transform: uppercase;
    font-size: 78px; 
    font-weight: 600;
    line-height: 1;
    margin-bottom: 40px;
}

/* RODZAJE */
#rodzaje {
    background-color: var(--kolor-podstawowy);
    text-align: center;
}

#rodzaje h1 {
    color: var(--kolor-fontow);
    margin-bottom: 60px;
}

#rodzaje .zawartosc {
    display: flex;
    flex-wrap: wrap;       
    justify-content: center;
    gap: 40px;             
}
#rodzaje article {
    flex: 0 1 250px; 
    background: var(--kolor-podstawowy);
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

#rodzaje article img {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
    object-fit: contain;
}

.latynska {
    font-size: 14px;
    margin-bottom: 8px;
}

.Blawatek {
    color:var(--kolor-akcent);
    font-size: 16px;
    font-weight: 600;
}
.Wielkoglowkowy {
    color:#FFBE00;
    font-size: 16px;
    font-weight: 600;
}
.lakowy {
    color:#EB5CAA;
    font-size: 16px;
    font-weight: 600;
}
.Bialy {
    color:#EB7FFE;
    font-size: 16px;
    font-weight: 600;
}
.Gorski {
    color:#7666FF;
    font-size: 16px;
    font-weight: 600;
}
/* OPIS */
#opis {
    background-color: var(--kolor-podstawowy);
}


#opis .zawartosc {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: start;
    max-width: 1200px;
    margin: 0 auto;
}
#opis h2 {
    grid-column: 1 / -1;
    color: var(--kolor-fontow);
    font-size: 78px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
}

#opis .obraz img {
    width: 100%;
    height: auto;

}

#opis .tekst .jeden{
    font-size: 24px;
    font-weight: 600;
    color: var(--kolor-akcent);
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 30px;
    max-width: 420px;
}

#opis .tekst p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
}

#opis .tekst .dwa {
    color: var(--kolor-fontow);
    font-size: 16px;
}

/* SYMBOLIKA */
#symbolika {
    position: relative;
    min-height: 800px;
    padding: 140px 80px 120px;
    color: var(--kolor-podstawowy);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#symbolika .zawartosc {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    /* background-color: blue; */
}
#symbolika .tlo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
#symbolika h3 {
    font-size: 78px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 80px;
    margin-top: -60px;
}
#symbolika p {
    /* background-color: red; */
    align-self: flex-end;
    max-width: 520px;
    margin-left: auto;
    /* margin-right: 120px; */
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
}

/*SYMBOL */
#symbol .zawartosc {
  display: grid;
  grid-template-columns: 1fr 2fr; 
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
  align-items: start;
}


.obraz img {
  width: 100%;
  display: block;
}

.prawo {
  display: grid;
  grid-template-rows: 3fr 1fr;
  gap: 20px;
  height: 100%; 
}


.prawo .gora {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 20px;
}


.tekst p {
  margin-bottom: 15px;
  font-size: 16px;
   font-weight: 200;
  line-height: 1.8;

}


.mapa img {
  width: 100%;
  height: auto;
  display: block;
}

.dol {
  display: flex;
  align-items: flex-end; 
  justify-content: flex-start; 
}

.dol h4 {
  margin: 0;
  color: var(--kolor-fontow);
  font-size: 78px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}


.kraj {
  color: var(--kolor-akcent);
  font-weight: 200;
}



/* STOPKA */
#stopka {
    min-height: 400px;
    background-color: var(--kolor-akcent);
    color: var(--kolor-jasny);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 80px 50px 30px;
}

#stopka .zawartosc {
    display: flex;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto 60px;
    align-items: start;
    flex-wrap: wrap;
}
#stopka .zawartosc > div {
    flex: 1 1 250px;
}


#stopka h5 {
    color: var(--kolor-podstawowy);
    font-size: 24px;
    margin-bottom: 25px;
}


#stopka p {
    color: var(--kolor-podstawowy);
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.5;
}

#stopka a {
    color: var(--kolor-podstawowy);
    transition: color 0.3s;
    text-decoration: none;
}

#stopka a:hover {
    color: var(--kolor-jasnydodatkowy);
}


#stopka .social {
    text-align: right;
}

#stopka .social a {
    display: inline-block;
    margin-left: 15px;
}


#stopka form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

#stopka form input[type="email"] {
    padding: 15px;
    background-color: var(--kolor-jasnydodatkowy);
    color: var(--kolor-podstawowy);
    font-size: 16px;
    border: none;
}

#stopka form input[type="submit"] {
    background-color: var(--kolor-podstawowy);
    color: var(--kolor-akcent);
    border: none;
    padding: 15px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

#stopka form input[type="submit"]:hover {
    background-color: var(--kolor-akcent);
    color: var(--kolor-podstawowy);
}


#stopka .copyright {
    text-align: center;
    color: var(--kolor-podstawowy);
    font-size: 14px;
    opacity: 0.8;
}