@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;1,300&display=swap');
:root{
    --dark:rgb(0, 8, 60);
    --light-color:rgba(217, 214, 214, 1);
    --lightgrey:rgba(153,153,153,0.75);
    --lightergrey:rgb(211, 211, 211);
    --grey:rgb(153,153,153);
     --lightercrimson:rgba(167,2,64,0.5);
    --lightcrimson:rgba(167,2,64,0.75);
    --crimson:rgb(167,2,64);
    --blue:rgb(8, 83, 8);
    --green:rgb(122,184,0);
    --lightgreen:rgba(122,184,0,0.75);
    --lightergreen:rgba(122,184,0,0.5);
    --orange:rgb(233,131,0);
    --box-shadow:0 .5rem 1.5rem rgba(0,0,0,.8);
      /*--blue:rgb(0,173,238);*/
}

*{
    font-family: 'Segoe UI', sans-serif;
    margin:0; padding:0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none; border:none;
    transition: all .2s linear;
 
}

html{
    font-size: 62.5%;
    scroll-padding-top: 5.5rem;
    scroll-behavior: smooth;
}
header{background:  var(--blue);
    position: fixed;
   top: 0;
    width: 100vw;
    height: 60px;
     padding:0 20px 0 110px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    z-index: 1100;
    box-shadow: var(--box-shadow);
}
header .logo{
   position: absolute;
    top: -50px;
    left: 20px;
    z-index: 1001;
    transition: 0.3s;
     filter: drop-shadow(5px 5px 5px #222);
   }
header .klejnot{
   height: 60px;
   position: absolute;
    top: -20px;
    right: 100px;
    z-index: 1001;
    transition: 0.3s;

  filter: drop-shadow(5px 5px 5px #222);
   }
header .cit{
   position: absolute;
    top: 5px;
    left: 200px;
    z-index: 1001;
    transition: 0.3s;

  filter: drop-shadow(5px 5px 5px #222);
   }
header .logo:hover{
    transform: scale(1.05);
}
header .klejnot:hover{
    transform: scale(1.05);
}
header .cit:hover{
    transform: scale(1.05);
}
header .logo img{
   
    width: 160px;
    height: auto;
   }
ul {font-weight: bold;
list-style: none;
  padding-left: 0px;  
}
ul li{
    display: inline-block;
    position: relative;}
ul li .active{
    color: var(--green);
}
ul li a {
    display: block;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
}
ul li ul.dropdown li{
    display: block;
    padding: 5px;
    width: auto;
   }
ul li ul.dropdown{
    display: none;
    z-index: 999;
    background-color: var(--blue);
    position: absolute;
    width: auto;
    margin-left: 20px;
    border-radius: 5px;
    box-shadow: var(--box-shadow);
   }
ul li a:hover{
   transform: scale(0.9);
    
}
ul li:hover ul.dropdown {
    display: block;
    
}
header .icons i{position: relative;
    left: 50px;
    cursor: pointer;
    margin-left: 1.5rem;
    text-align: center;
    font-size: 2.2rem;
     color: #fff;
}
header .icons i:hover{
    transform: scale(0.9);
}
header .icons #menu-bars{
    display: none;
}
header .icons #login-icon{
    display: none;
}
#search-form{
    position: fixed;
    top:-110%; right:10px; 
    height:50%; width:30%;
    z-index: 1104;
    background:  var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
}
#search-form.active{
    top:2vh;
}
#search-form #search-box{
    width:50rem;
    border-bottom: .1rem solid #fff;
    padding:1rem 0;
    color:var(--lightergrey);
    font-size: 3rem;
    text-transform: none;
    background:none;
}
#search-form #search-box::placeholder{
    color:var(--lightergrey);
}
#search-form #search-box::-webkit-search-cancel-button{
    -webkit-appearance: none;
}
#search-form label{
    color:var(--lightergrey);
    cursor:pointer;
    font-size: 3rem;
}
#search-form label:hover{
   transform: scale(0.9);
}
nav #close3{
    display: none;
    position: absolute;
    color:var(--lightergrey);
    cursor: pointer;
    top: 2rem; left:3rem;
    font-size: 3rem; 
}

#search-form #close{
    position: absolute;
    color:#fff;
    cursor: pointer;
    top:10px; right: 20px;
    font-size:  3.2rem;
}


.dropbtn {
   background: transparent;
    color: var(--dark);
    padding: 10px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    font-weight: bold;
}
.dropbtn:hover, .dropbtn:focus {
    background-color: var(--green);
    color:#fff;
}
.language {
    position: absolute;
    right: 20px;top: 5px;        
    display: inline-block;
 
}
.dropdown-content {
    display: none;
    position: absolute;
    background:  var(--green);
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-size: 18px;
     font-weight: bold;
    margin-left: -30px;
}
.dropdown-content a {
    color: var(--dark);
    text-decoration: none;
    display: block;
    padding: 15px 20px;
}
.dropdown-content a:hover {color: #fff;}

.lang{display: flex;
    flex-direction: row;
    background-color: var(--light-color);
     padding:0 40px;
}
.lang button{display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100px;
    color:var(--dark);
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
    margin-right: 10px;
    cursor: pointer;
    transition: 0.4s;
     border: 2px solid #fff;
    border-radius: 5px;
    background-color: var(--lightgrey);
}
.lang button:hover{
    transform: scale(1.05);
    background-color: var(--lightgreen);
}


.show {display:block;}

.slider{
    background-color: var(--dark);
    transition: background-color 0.8s ease;
      z-index: -1;
}
.slides{
        width:100%;
    height: auto;
  
}
.hero-text {
  text-align: left;
  font-size: 20px;
  position: absolute;
  background-color: var(--lightgreen);
  padding: 10px 60px 10px 300px;
  top: 90px;
  left: 50%;
    width: 100%;
  transform: translate(-50%, -50%);
  color: var(--dark);
    animation-name: hero;
  animation-duration: 3.5s;
    z-index: -10;
    box-shadow: var(--box-shadow)
;}
.hero-text h2{
    position: absolute;
    display: flex;
    justify-content: center;
   text-align:  left;
    font-size: 16px;
    top: 10px;
    right: 100px;
}
@keyframes hero {
  from {transform: translate(-150%,-50%);
    opacity: 0;} 
  to {transform: translate(-50%, -50%);} 
}
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {opacity: .2} 
  to {opacity: 1}
}


.dziejesie{
    display: grid;
    grid-template-columns:1fr 1fr 4fr;
     gap:30px;
    padding: 0;
    font-size: 20px;
    background-color: var(--lightergrey);
    color: var(--dark); 
}
.dziejesie_opis{
    padding: 20px 60px;
    font-size: 20px;
    color: var(--dark);
    background-color: var(--grey);
   text-align: center;
}
.dzieje_sie{display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
   padding: 160px 360px 40px 360px;
     background-color: var(--lightergrey);
}
.dziejesie img{
    width: 200px;
    height: auto;
    margin-top: 10px;
}
.kultura, .rekreacja, .aktywnosc, .pttk{
    display: grid;
    padding: 20px 60px;
   background-color: var(--lightergrey); 
}
.kultura h4, .rekreacja h4{
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}
  .kultura button{
     width: 45vw;
      margin-left: 22vw;
     border: 3px solid #fff;
    border-radius: 5px;
    padding: 10px;
   background-color: var(--lightgreen);
    cursor: pointer;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      padding: 10px;
      font-size: 20px;
    }
.kultura button:hover{
    background-color: var(--green);
}
.pttk p{
    font-size: 20px;
    color: var(--dark);
 
}
.pttk h3{
    font-size: 30px;
    color: var(--dark);
    text-align: center;
}
.pttk h4{
    font-size: 24px;
    font-weight: 400;
    color: var(--dark);
    text-align: center;
}
.pttk span{
    display: grid;
    grid-template-columns: 1fr 1.6fr;
}
.pttk img{
   margin-top: -50px;
}
.pttk button{
    margin: 30px 400px;
    border: 3px solid #fff;
    border-radius: 5px;
    padding: 10px;
   background-color: var(--lightgreen);
    cursor: pointer;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.kultura h1, .rekreacja h1, .aktywnosc h1, .pttk h1{
  font-size: 36px;
    font-weight: bold;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    color: var(--dark);
}
.szlaki-tytul{display: flex;
    position: relative;
    margin-top: 40px;
    align-items: center;
  background-color: var(--dark);
    text-align: center;
    justify-content: center;
    padding-top: 30px;
    color: #fff;
   
}
.szlaki-tytul h1{
    font-size: 20px;
}
.szlaki-tytul p{
    font-size: 16px;
}
.szlaki{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.5rem;
    padding: 30px 160px 30px 160px;
    background-color: var(--green);
   
   
   }
.kateg {border: 3px solid white;
    padding: 10px;
    width: 150px;
    height: 150px;
    background-color: var(--light-color);
    border-radius: 10px;
     box-shadow: 5px 5px 5px rgba(33, 37, 41, 0.42);
    transition: 0.3s;
    cursor: pointer;
    
    z-index: 100;
}
.kateg:hover{
    transform: scale(0.97);
    box-shadow: 5px 5px 5px rgba(6, 232, 162, 0.72);
  background-color: var(--green);
    }
.kategactive{
    border: 3px solid white;
    padding: 10px;
    width: 150px;
    height: 150px;
    background-color: var(--green);
    border-radius: 10px;
     box-shadow: 5px 5px 5px rgba(33, 37, 41, 0.42);
    transition: 0.3s;
    cursor: pointer;
    
    z-index: 100;
    }
.kateg img, .kategactive img{display: flex;
     justify-content: center;
    width: auto;
    height: 80px;
}
.kateg p, .kategactive p{
    display: flex;
    padding: 10px 0 5px 0;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
     color: var(--dark);
    
}
.kateg i, .kategactive i{display: flex;
    font-size: 80px;
    color: var(--dark);
    justify-content: center;
}

.mapa1{
    width: 100%;
    height: auto;
    overflow: scroll;
    padding: 0;
   background-color: var(--light-color);
    margin: 0;
}
map area{
  cursor: pointer;
}

.buttonsklejnot{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
       gap:10px;
    padding: 20px;
    cursor: pointer;
}
.buttons{display: none;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
     background-color: var(--lightgreen);
    padding: 5px;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    box-shadow: var(--box-shadow);
    cursor: pointer;
    transition: 0.3s;
}
.buttons:hover{
    transform: scale(1.1);
}
.ratusztab, .odwachtab, .kamienicetab, .kolegiatatab, .plebaniatab, .jencowtab, .murytab, .lodowatab, .bastejatab, .tkaczytab, .kletzinatab, .duchtab, .pyrzyckatab, .morzeczerwonetab, .wiezatab, .cerkiewtab, .tuneltab, .jantab, .portowatab, .spichlerztab, .bialoglowkatab, .walowatab, .muzycznatab, .kamienicatab, .krzyztab, .arsenaltab, .rynektab, .urzadtab, .pomniktab{
    display:none;
    padding: 10px 30px;
    grid-template-columns: 0.5fr 1fr;
    width:90vw;
    height:75vh;
    background:rgba(5, 44, 5, 0.8);
    position: fixed;
    top: 20vh;
    left: 5vw;
    right: 5vw;
    font-size: 20px;
    border-radius: 15px;
    z-index: 1000;
}
.kartyimage{display: flex;
    width:auto;
    height: 72vh;
    padding: 0;
   }
.opisy{
    font-size: 20px;
    padding: 0 60px;
    color: #ebe6e6;
    line-height: 1.5;
}

#close5, #close6, #close7, #close8, #close9, #close10, #close11, #close12, #close13, #close14, #close15, #close16, #close17, #close18, #close19, #close20, #close21, #close22, #close23, #close24, #close25, #close26, #close27, #close28, #close29, #close30, #close31, #close32{
    position: fixed;
    top: 21vh;
    right: 6vw;
    cursor: pointer;
    transition: 0.3s;
      color:#fff;
    font-size: 50px;
    transition: 0.3s;
}
#close5:hover, #close6:hover, #close7:hover, #close8:hover, #close9:hover, #close10:hover, #close11:hover, #close12:hover, #close13:hover, #close14:hover, #close15:hover, #close16:hover, #close17:hover, #close18:hover, #close19:hover, #close20:hover, #close21:hover, #close22:hover, #close23:hover, #close24:hover, #close25:hover, #close26:hover, #close27:hover, #close28:hover, #close29:hover, #close30:hover, #close31:hover, #close32:hover{
    color: var(--green);
}


.klejnot_tablice {
 display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 10px;
 justify-content: center;
    background-color: var(--light-color);
    padding: 20px 40px;    
}
.klejnot_tablice .kateg{
    width: 100%;
    height: auto;
    font-size: 22px;
    background-color: var(--lightgrey);
    padding: 10px 20px;
}
.klejnot_tablice .kateg:hover{
   background-color: var(--green);
   
}
.tablica{
    display: grid;
    grid-template-columns:1fr;
    padding: 20px 80px;
    background-color: var(--lightergrey);
  }
.tablica img{
    height: 70vh;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
.opisytablice{
    color: var(--dark);
   text-align: justify;
}
.opisytablice p{
    color: var(--dark);
    font-size: 20px;
}
#closetablica1 i, #closetablica2 i, #closetablica3 i, #closetablica4 i, #closetablica5 i, #closetablica6 i{
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 40px;
    color: #fff;
}
#closetablica1 i:hover, #closetablica2 i:hover, #closetablica3 i:hover, #closetablica4 i:hover, #closetablica5 i:hover, #closetablica6 i:hover{
color:  var(--green);
}


.startowa{
    background-image: url(./Strona/image/gyfjasny.jpg);
    background-repeat: no-repeat;
    background-position:right;
   background-size: cover;
    position: relative;
    background-color: var(--light-color);
    width: 100%;
    z-index: -1;
    }
.pasek1{position: absolute;
    left: 0;top:0;
    width: 100%;
    height: 20px;
    background-color: var(--green);
   
    animation-name: pasek;
    z-index: 10;
  animation-duration: 4.5s;
}
.pasek2{position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 10px;
    background-color: var(--dark);
   z-index: 11;
    animation-name: pasek;
  animation-duration: 4.5s;
}
.pasek3{position: absolute;
   left: 0;
    width: 100%;
    height: 10px;
    background-color: var(--dark);
   z-index: 1;
    animation-name: pasek;
    z-index: 100;
  animation-duration: 4.5s;
}
.pasek4{position: relative;
   left: 0px;top: -15px;
    width: 100%;
    height: 10px;
    background-color: var(--green);
   z-index: 1;
    animation-name: pasek2;
    z-index: 100;
  animation-duration: 3.5s;
}
.pasek5{position: relative;
   left: 0px;top:5px;
    width: 56%;
    height: 10px;
    background-color:#d11717;
   z-index: 1;
    animation-name: pasek5;
    z-index: 100;
  animation-duration: 3.5s;
}
.pasekfiolet{position: relative;
   left: 0px;top: 5px;
    width: 59%;
    height: 10px;
    background-color:#860ae2;
   z-index: 1;
    animation-name: pasek5;
    z-index: 0;
  animation-duration: 3.5s;
}
.paseknieb{position: relative;
   left: 0px;top: 5px;
    width: 78%;
    height: 10px;
    background-color:#0f40e5;
   z-index: 1;
    animation-name: pasek5;
    z-index: 100;
  animation-duration: 3.5s;
}
.pasekroz{position: relative;
   left: 0px;top: 5px;
    width: 58%;
    height: 10px;
    background-color:#fc07cd;
   z-index: 1;
    animation-name: pasek5;
    z-index: 100;
  animation-duration: 3.5s;
}
.pasekczarny{position: relative;
   left: 0px;top: 5px;
    width: 44%;
    height: 10px;
    background-color:#111112;
   z-index: 1;
    animation-name: pasek5;
    z-index: 100;
  animation-duration: 3.5s;
}
.pasekszary{position: relative;
   left: 0px;top: 5px;
    width: 40%;
    height: 10px;
    background-color:grey;
   z-index: 1;
    animation-name: pasek5;
    z-index: 100;
  animation-duration: 3.5s;
}
.pasekpom{position: relative;
   left: 0px;top:5px;
    width: 72%;
    height: 10px;
    background-color:#f06209;
   z-index: 1;
    animation-name: pasek5;
    z-index: 100;
  animation-duration: 3.5s;
}
.pasekblekit{position: relative;
   left: 0px;top: 5px;
    width: 41%;
    height: 10px;
    background-color:#45bfff;
   z-index: 1;
    animation-name: pasek5;
    z-index: 100;
  animation-duration: 3.5s;
}
.pasekbordo{position: relative;
   left: 0px;top: 5px;
    width: 62%;
    height: 10px;
    background-color:#500000;
   z-index: 1;
    animation-name: pasek5;
    z-index: 100;
  animation-duration: 3.5s;
}
.pasekbraz{position: relative;
   left: 0px;top: 5px;
    width: 62%;
    height: 10px;
    background-color:#65311e;
   z-index: 1;
    animation-name: pasek5;
    z-index: 100;
  animation-duration: 3.5s;
}
.pasekziel{position: relative;
   left: 0px;top: 5px;
    width: 58%;
    height: 10px;
    background-color:green;
   z-index: 1;
    animation-name: pasek5;
    z-index: 100;
  animation-duration: 3.5s;
}
@keyframes pasek {
  from {width: 0;
    background-color:  var(--green);}
  to {width: 100%;} 
}
@keyframes pasek2 {
  from {width: 0;} 
  to {width: 100%;} 
}
@keyframes pasek5 {
  from {width: 0;} 
  to {width: 58%;} 
}

.tekst{background-image: url(./Strona/image/gryfjasny.png);
    background-repeat: no-repeat;
    background-position:right;
   background-size: contain;
    display: flex;
    flex-direction: column;
    text-align: start;
    justify-content: center;
   padding: 50px 360px 30px 60px;
   letter-spacing: 1.6px;
   line-height: 1.4;
    color: var(--dark);
}
.tekst h1{
    font-size: 26px;
}
.tekst h2{
    font-size: 20px;
}
.tytul{display: flex;
     background-color: var(--lightgreen);
    position: relative;
    padding: 20px;
    font-size: 20px;
   justify-content: center;
color: var(--dark);
}
.news{
    width: 100%;
       padding: 30px 80px;
   background-color: var(--light-color);
    }
.news img{
    width:100%;
    padding: 20px 100px;;
}
.tekst-news{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
   padding: 30px 0;
    font-size: 18px;
   letter-spacing: 2px;
    color: var(--dark);
}


footer{
    background-color: var(--grey);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.5rem;
    padding: 20px 100px; border-top: 1px solid #fff;}
footer .stopka a{display: flex;
    color: #fff;
  font-size: 18px;
    line-height: 1.4;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  
   }
footer .stopka a i:hover,
footer .stopka a:hover{

    text-shadow: 2px 2px 2px green;
     }
footer .stopka a i{
    color: #fff;
  font-size: 20px;
    margin-right: 20px;
   }
footer .stopka a img{
    color: #fff;
 height: 40px;
   
   }
.copyright{display: flex;
    justify-content: center;
    color: #fff;
    padding: 5px;
    background-color: var(--grey);
    font-size: 14px;
    border-top: 1px solid #fff;
   }
footer .stopka a img:hover{
    transform: scale(1.05);
}


#myBtn {
  display: none;
  position: fixed;
  width: 80px;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  font-size: 22px;
   outline: none;
 background:var(--lightgreen);
  color: white;
  cursor: pointer;
  padding: 15px;
    border: 2px solid #fff;
  border-radius: 4px;
    box-shadow: var(--box-shadow);
   z-index: 1000;
}
#myBtn2 {
  position: fixed;
  top: 5px;
  right: 10px;
  z-index: 99;
  width: 50px;
  height: 50px;
  font-size: 30px;
  border: none;
  outline: none;
  background:transparent;
  color:  #fff;
  cursor: pointer;
   border-radius: 4px;
    padding: 5px;
}
#myBtn2:hover{
    transform: scale(1.1)
}
#myBtn3 {display:none;
    position: fixed;
    width: 65px;
    height: auto;
    flex-direction: column;
  top: 10pxpx;
  right: 10px;
  z-index: 10000;
  font-size: 36px;
  border: none;
  outline: none;
  background:  var(--blue);
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
     box-shadow: var(--box-shadow);
}
#myBtn3 i{
    padding-bottom: 5px;
    color:  #fff;
}
#myBtn3 i:hover{
   color: var(--green);
}
#myBtn:hover {
  background-color: var(--lightgreen);
}
.punktor{display: inline-block;
        width: 20px;
    height: auto;
    margin-right: 5px;
   }

.kontakt{ background-image: url(./Strona/image/gryfjasny2.png);
    background-repeat: no-repeat;
    background-position:right;
   background-size: contain;
    height: 500px;
     background-color: var(--lightgrey);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    padding: 200px 520px 20px 220px;
   margin-top: 20px;
}
.kontakt .kateg{
    height: 155px;
}
.turystyka{
  display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 1rem;
    padding: 160px 60px 40px 60px;
 background-color: var(--light-color);
    margin: 0;
    
}
.kategorie {
  display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
    padding: 160px 120px 40px 120px;
 background-color: var(--light-color);
    align-content: center;
  }
.kategorie2 {
  display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    padding: 160px 360px 40px 360px;
 background-color: var(--light-color);
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    
}
.turystyka-tytul{
 height: 40px;
    padding: 20px;
    background-color: var(--dark);
    margin: 0;
    
}
.turystyka .kateg{
    height: 150px;
    width: 100%;
   box-shadow: 5px 5px 5px rgba(33, 37, 41, 0.42);
    background-color: var(--light-color); 
}
.turystyka .kategactive{
    height: 150px;
    width: 100%;
   
}
.turystyka .kateg:hover, .turystyka .kategactive:hover{
     box-shadow: 5px 5px 5px rgba(33, 37, 41, 0.42);
    background-color: var(--green); 
}
.turystyka-opis{ background-color: var(--light-color);
  background-image: url(image/tlo.jpg);
    background-repeat: no-repeat;
    background-position:right;
   background-size: cover;
    height: auto;
     display:flex;
    flex-direction: column;
    padding: 0px 120px 40px 80px;

}
.turystyka-opis h1{
    font-size: 32px;
    padding: 20px 100px 0 0;
}
.turystyka-opis p{
    font-size: 18px;
}
.turystyka_mapa{
    font-size: 20px;
}
.mapastargard{
    width: 100%;
    height: auto;
    overflow: scroll;
}
.nawigacja{
    position: fixed;
  width: 80px;
  bottom: 82px;
  right: 10px;
  z-index: 99;
  font-size: 36px;
  border: 2px solid #fff;
  outline: none;
 background:var(--lightgreen);
  color: white;
  cursor: pointer;
  padding: 15px 22px;
  border-radius: 4px;
}
.turystyka_pttk{
    display: grid;
    grid-template-columns:1fr;
    gap:20px;
    padding: 0px 80px 40px 80px;
     background-color: var(--light-color);
}
.turystyka_pttk h1{
    font-size: 32px;
    padding-top: 20px;
}
.turystyka_pttk img{
    
    width: 100%;
    padding: 0;
    animation-duration: 5s;
    animation-name: stargard;
}

.szlaki_piesze{display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
     background-color: var(--light-color);
    padding:0;
}

.szlaki_piesze h2{display: flex;
    justify-content: center;
    text-align:  center;
    border: 3px solid white;
    padding: 10px;
    max-width: 200px;
    font-size: 16px;
    color: var(--dark);
     border-radius: 10px;
     box-shadow: 5px 5px 5px rgba(33, 37, 41, 0.42);
    transition: 0.3s;
    cursor: pointer;
}
.szlaki_piesze h2:hover {
 background-color:var(--green);
    transform: scale(0.95)
}
.szlak1, .szlak2, .szlak3, .szlak4, .szlak5, .szlak6{
    display: none;
    grid-template-columns: 1fr;
    width: 100%;
    background-color: var(--light-color);
    padding: 10px;
    font-size: 16px;
    border: 3px solid white;
    border-radius: 10px;
     box-shadow: 5px 5px 5px rgba(33, 37, 41, 0.42);
   color: var(--dark);
}
.turystyka_szlaki{
    display: grid;
    grid-template-columns:1fr;
    gap:20px;
    padding: 0px 80px 40px 80px;
     background-color: var(--light-color);
}
.turystyka_szlaki h1{
    font-size: 32px;
    padding-top: 20px;
}
.turystyka_rowery{
    display: grid;
    font-size: 18px;
     grid-template-columns:1fr;
    gap:20px;
   padding: 0px 100px 40px 80px;
     background-color: var(--light-color);
}
.turystyka_rowery h1{
    font-size: 32px;
    padding-top: 20px;
}
.turystyka_rowery img{
    width: 100%;
    padding: 0;
}
.trasyrowerowe{
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    column-gap: 20px;
}
.turystyka_kajaki{
    display: grid;
    font-size: 18px;
     grid-template-columns:1fr;
    gap:20px;
   padding: 0px 120px 40px 80px;
     background-color: var(--light-color);
}
.turystyka_kajaki h1{
    font-size: 32px;
    padding-top: 20px;
}
.turystyka_kajaki img{
    width: 100%;
    padding: 0;
}
.turystyka_atrakcje1{
      background-color: var(--light-color);
    display: grid;
    font-size: 18px;
     grid-template-columns:1fr;
    gap:20px;
   padding: 20px 80px 40px 80px;
}
.atrakcjeopis{
    display: grid;
    font-size: 18px;
     grid-template-columns:0.3fr 1fr;
    gap:20px; 
   }
.atrakcjeopis img{
    height: auto;
    width: 220px;
    box-shadow: var(--box-shadow);
    cursor: pointer;
    transition: 0.9s;
}
.atrakcjeopis img:hover{
   transform: scale(1.85);
}
.atrakcjeopis h1{
    font-size: 32px;
    padding-top: 20px;
}
.atrakcjeopis h2{
    font-size: 20px;
    font-weight: 400;
    
}
.turystyka_atrakcje2{
     background-color: var(--light-color);
    display: grid;
    font-size: 18px;
     grid-template-columns:1fr;
    gap:20px;
   padding: 0px 80px 40px 80px;
}
.turystyka_atrakcje2 h1{
     background-color: var(--light-color);
    font-size: 32px;
    padding-top: 20px;
}
.turystyka_atrakcje2 h3{
   font-size: 20px;
    font-weight: 400;
}
.turystyka_kultura{
    display: grid;
    font-size: 18px;
     grid-template-columns:1fr;
    gap:20px;
   padding: 10px 120px 40px 80px;
     background-color: var(--light-color);
}
.turystyka_kultura h1{
    font-size: 32px;
    padding-top: 20px;
}
.turystyka_rekreacja{
     background-color: var(--light-color);
    display: grid;
    font-size: 18px;
     grid-template-columns:1fr;
    gap:20px;
   padding: 10px 120px 40px 80px;
}
.turystyka_rekreacja h1{
     background-color: var(--light-color);
    font-size: 32px;
    padding-top: 20px;
}
.stargard_cit{display: grid;
    width: 100%;
    grid-template-columns: 0.5fr 1fr;
    gap:20px;
    letter-spacing: 1.2px;
    line-height: 1.3;
    padding: 30px 100px 20px 60px;
    background-color: var(--light-color);
}
.stargard_cit h3{
    font-size: 20px;
}
.stargard_cit img{
   width: 100%;
}
.stargard_cit p{
   font-size: 18px;
}
.tytulkateg{
    padding: 0;
    font-size: 18px;
}
.stargard_dzieje{display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    gap:20px;
    letter-spacing: 1.5px;
    line-height: 1.3;
    padding: 20px 60px;
    background-color: var(--light-color);
    }
.stargard_dzieje h1{
padding: 5px;
   color: var(--dark);
    font-size: 32px;
}
.stargard_dzieje h3{
    color: var(--dark);
    font-size: 20px;
}
.stargard_dzieje p{
    color: var(--dark);
    font-size: 18px;
}
.stargard_dzieje img{
   width: auto;
    height: 70vh;
    margin-left: auto;
    margin-right: auto;
}
.stargard_mapy{
    display: grid;
     grid-template-columns:1fr;
        padding:10px 60px;
    background-color: var(--light-color);
   
}
.stargard_mapy img{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.stargard_mapy button{
     width: 40vw;
      padding-left: 30vw;
     display: flex;
     justify-content: center;
     border: 3px solid #fff;
    border-radius: 5px;
    padding: 10px;
   background-color: var(--lightgreen);
    cursor: pointer;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      padding: 10px;
      font-size: 20px;
}
.stargard_polozenie{
    background-color: var(--light-color);
    display: grid;
    width: 100%;
    grid-template-columns:1fr;
    gap:20px;
    padding: 20px 100px;
}
.stargard_polozenie .mapka{
    width: 50%;
    height: auto;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.stargard_polozenie p{
    font-size: 20px;
}
.stargard_polozenie p img{
        width: 20px;
    height: auto;
    margin-right: 5px;
   }
.stargard_przyroda{
    display: grid;
    width: 100%;
    grid-template-columns:1fr;
    padding: 20px 100px;
    background-color: var(--light-color);
}
.stargard_przyroda h3{
    font-size: 22px;
}
.stargard_przyroda p{
    font-size: 18px;
}
.stargard_przyroda img{
    width: 45%;
    height: auto;
     display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.adresy{
font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column; 
    width: 100vw;
    height: auto;
    background-color: var(--light-color);

}
.adresytabela{   
    display: grid;
     grid-template-columns: 0.5fr 0.5fr 1fr;
    gap:20px;
  padding: 0;
     font-size: 14px;
}
.adresytabela h2{   
    display:flex;
    justify-content: space-between;
}
.adresy_adresy{font-size: 18px;
     display: grid;
    width: 100%;
    grid-template-columns:1fr;
    gap:20px;
    padding: 20px 100px;
     background-color: var(--light-color);
}
.adresy_noclegi{font-size: 18px;
     display: grid;
    width: 100%;
    grid-template-columns:1fr;
    gap:10px;
    padding: 20px 100px;
     background-color: var(--light-color);
}
.noclegi{
    display: grid;
    grid-template-columns:1.4fr 1.1fr 1fr 1fr;
     gap:10px;
    }
.adresy_gastronomia{font-size: 18px;
     display: grid;
    width: 100%;
    grid-template-columns:1fr;
    gap:20px;
    padding: 20px 100px;
     background-color: var(--light-color);
}
.adresy_agroturystyka{font-size: 18px;
     display: grid;
    width: 100%;
    grid-template-columns:1fr;
    gap:20px;
    padding: 20px 100px;
     background-color: var(--light-color);
}
.adresy_mapy{font-size: 18px;
     display: grid;
    width: 100%;
    grid-template-columns:1fr;
    gap:20px;
    padding: 20px 60px;
     background-color: var(--light-color);
}
.adresy_mapy img{
    width: 100%;
    height: auto;
  }
.adresy_linki{font-size: 18px;
     display: grid;
    width: 100%;
    grid-template-columns:1fr;
    gap:20px;
    padding: 20px 100px;
     background-color: var(--light-color);
}


.gallery{
    background-image: url(./Strona/image/gryfjasny2.png);
    background-repeat: no-repeat;
    background-position:right;
   background-size: contain;
      height: 100vh;
    background-color: var(--light-color);
    display: grid;
    grid-template-columns: 1fr 2fr;
   }
.galeria1{
    height: auto;
   width: 50%;
      display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    padding: 120px 120px;
   margin-top: 150px;
}
.galeria1 .kateg{
    height: 150px;
   width: 150px;
}
.galeria2 {    
    background-color: rgba(8, 83, 8, 0.9);
     background-image: url('./Strona/image/galeria/img1.jpg');
     display: none;
    justify-content: center;
    position: fixed;
    top: 10vh;
    left: 2vw;
    width: 96vw;
    height: 83vh;
    border-top:  1px solid rgba(255, 255, 255, 0.6);
    border-left:  1px solid rgba(255, 255, 255, 0.4);    
    border-radius: 8px;
    z-index: 10000;
    animation-duration: 1s;
    animation-name: wjazd;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 15px 15px 15px rgba(0,0,0, 0.6);
}
.images img{
     display: flex;
    justify-content: center;
    position: fixed;
    top: 10vh;
    height: 83vh;
    width: auto;
}
.galeria3 {    
     background-color: rgba(8, 83, 8, 0.9);
     display: none;
    justify-content: center;
    position: fixed;
    top: 10vh;
    left: 2vw;
    width: 96vw;
    height: 83vh;
    border-top:  1px solid rgba(255, 255, 255, 0.6);
    border-left:  1px solid rgba(255, 255, 255, 0.4);    
    border-radius: 8px;
    z-index: 10000;
    animation-duration: 1s;
    animation-name: wjazd;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 15px 15px 15px rgba(0,0,0, 0.6);
}

@keyframes wjazd{
    0%{width: 0;
        height: 0;
        left: 96vw;
        top: 83vh;
    }
   100%{width: 96vw;
        height: 83vh;}
}
.galeria2 ul, .galeria3 ul{
    position: fixed;
    top: 6vh;
    left: 5vw;
    height: 82vh;
    overflow-y: scroll;
    display: grid;
    grid-column: 1f;
    padding: 10px;
    align-items: center;
    background: rgba(8, 83, 8, 0.8);
    border-top:  1px solid rgba(255, 255, 255, 0.6);
    border-left:  1px solid rgba(255, 255, 255, 0.4);    
    border-radius: 8px;
     list-style: none;
    box-shadow: 10px 10px 10px rgba(0,0,0, 0.6);
    animation-duration: 3s;
    animation-name: wjazd2;
   }
@keyframes wjazd2{
    0%{opacity: 0;
       }
    30%{
        opacity: 0;
    }
    100%{opacity: 1;}
}
 .galeria2 ul li img, .galeria3 ul li img{
	width:120px;
	height:auto;
	cursor:pointer;
	transition: 0.5s;
     filter: brightness(0.7);
    
 }
 
  .galeria2 ul li img:hover, .galeria3 ul img:hover{
	filter: brightness(1);
  }
#closegallery, #closegallery2{display: flex;
    flex-direction: column;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}
.galeria2 h1, .galeria3 h1{position: fixed;
    top: 24vh;
    right: 3vw;
	font-size: 24px;
    color: #ffffff;
    border-top:  1px solid rgba(255, 255, 255, 0.6);
    border-left:  1px solid rgba(255, 255, 255, 0.4);    
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    width: 200px;
     background: rgba(8, 83, 8, 0.8);
    box-shadow: 15px 15px 15px rgba(0,0,0, 0.6);
    animation-duration: 3s;
    animation-name: wjazd2;
    }
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #000000; 
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: green; 
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background:rgb(0, 204, 0);
}
.demo {
  filter: brightness(0.5);
    border: 1px solid #fff;
}
.active,
.demo:hover {
filter: brightness(1);
}
.image-container {
  display: flex;
  transform: translateX(0);
  transition: transform 0.5s ease-in-out;
}
.image-container img{
    width: 100%;
    height: 100%;
}




@media (max-width:1200px){
    .turystyka{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
 padding: 200px 20px 20px 20px;
    }
.szlaki{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
 padding: 30px 20px 30px 20px;
    }
}
.stargard-news{display: grid;
    grid-template-columns: 0.3fr 1fr;
 align-content: flex-start;
gap:15px;
    padding: 40px 100px 40px 20px;
 
}
.stargard-news h1{
    color: var(--dark);
    background-color: var(--light-color);
    font-size: 20px;
    text-align: end;
}
.stargard-news h2{
    color: black;
    font-size: 18px;
}
.stargard-news h3{
    color: black;
    font-size: 16px;
}







@media (max-width:1050px){
      
.navbar{display: none;
    position: fixed;
    flex-direction: column;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
   background-color: var(--blue);
      }
    ul{
        padding-left: 20px;
    }
    ul li a {
   position: relative;
}
    ul li ul.dropdown{
       margin-left: -150px;
        margin-top: -10px;
    }
    nav #close3{
        display: block;}
    
header .icons #menu-bars{
    display: block;
    }

header .icons {
display: flex;
 
     padding: 20px;
    
}
      .hero-text{
       font-size: 16px;
        padding: 20px 20px 20px 140px;
    }
    .hero-text .logo img{
       width: 100px;
        height: auto;
        margin-top: 25px;
        margin-left: 0px;
    }
    .slider{display: flex;
        overflow-x: hidden;
        justify-content: center;
    }
    .slides{
        width:auto;
    height: 50vh;
    
        
}
   .news img{
    padding: 20px 0;
}
     footer{
      padding: 40px;
       }
     footer .stopka a p{ 
     font-size: 12px;
       }
     .kontakt{
        padding: 100px 40px;
    }
     .turystyka{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    padding: 160px 120px 30px 120px;
   }
    .szlaki{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
 padding: 30px 20px 30px 20px;
    }
    .atrakcje h2, .adresy h2{
   font-size: 20px;
    padding: 0 90px 0 90px;
}
    .buttonsklejnot .buttons{
    display: flex;
    
}
    .dzieje_sie{display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
   padding: 160px 60px 40px 60px;
     background-color: var(--lightergrey);
}
    .dziejesie{
        grid-template-columns:1fr;
        
          }
    .kultura{
       padding: 0 10px 20px 80px;
    }
   
        .pttk span{
    display: grid;
    grid-template-columns: 1fr;
}
      .pttk button{
  margin: 20px;
}
.pttk img{
   margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
}
    .kultura img{
       margin-left: auto;
        margin-right: auto;
    }
    .kultura button{
        display: flex;
        justify-content: center;
        background-color: var(--lightergrey);
    }
    .hero-text h2{
        display: none;
    }
    .hero-text h1{
       display: none;
    }
}


@media (max-width:800px){
.turystyka{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    padding: 160px 60px 30px 60px;
    }
.galeria2 ul, .galeria3 ul{
    position: fixed;
    bottom: 2vh;
    left: 2vw;
    width: 96vw;
    overflow-x: scroll;
    display: grid;
    grid-row: 1fr;
    padding: 10px;
    }
}


@media (max-width:500px){
  .stargard-news{
    display: grid;
    grid-template-columns: 30% 70%;
    align-content: flex-start;
    gap:5px;
    padding: 20px 5px;
 
}
  .stargard-news h1{
        font-size: 14px;
        
        padding: 5px;
    }
  .stargard-news h2{
        font-size: 15px;
    }
  .stargard-news h3{
        font-size: 14px;
    }
    .stargard_polozenie{
        padding: 20px;
       
    }
    .stargard_polozenie img{
    width: 100%;
    height: auto;
}
   .stargard_polozenie .mapka{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
    .stargard_dzieje{display: grid;
    grid-template-columns:1fr;
    gap:20px;
    padding: 20px;
     }
    .stargard_dzieje img{
   width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
    .stargard_przyroda{display: grid;
        padding: 20px;
        
     }
    .stargard_przyroda img{
        width: 100%;
        padding: 10px 0;
    }
    .stargard_mapy{
    display: grid;
     grid-template-columns:1fr;
        padding:10px;
    background-color: var(--light-color);
   
}
    .stargard_mapy button{
     width: 80vw;
     
}
    .nawigacja{
    position: fixed;
  width: 60px;
  bottom: 82px;
  right: 10px;
  z-index: 99;
  padding: 15px 10px;
  
}
    .adresy_adresy{font-size: 18px;
     display: grid;
    width: 100%;
    grid-template-columns:1fr;
    gap:20px;
    padding: 20px;
     background-color: var(--light-color);
}
.adresy_noclegi{font-size: 16px;
     display: grid;
    width: 100%;
    grid-template-columns:1fr;
    gap:10px;
    padding: 20px;
     background-color: var(--light-color);
}
.noclegi{
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
     gap: 5px;
    }
.adresy_gastronomia{font-size: 18px;
     display: grid;
    width: 100%;
    grid-template-columns:1fr;
    gap:20px;
    padding: 20px;
     background-color: var(--light-color);
}
.adresy_agroturystyka{font-size: 18px;
     display: grid;
    width: 100%;
    grid-template-columns:1fr;
    gap:20px;
    padding: 20px;
     background-color: var(--light-color);
}
.adresy_mapy{font-size: 18px;
     display: grid;
    width: 100%;
    grid-template-columns:1fr;
    gap:20px;
    padding: 20px;
     background-color: var(--light-color);
}
.adresy_mapy img{
    width: 100%;
    height: auto;
  }
.adresy_linki{font-size: 18px;
     display: grid;
    width: 100%;
    grid-template-columns:1fr;
    gap:20px;
    padding: 20px;
     background-color: var(--light-color);
}

    header .icons {
    margin-left:-60px;
        margin-right: 20px;
   
}
    #myBtn {
    right: 10px;
    bottom: 10px;
        width: 60px;
}
    #myBtn2 {
   right: 0;
      top: 0;
}
    #myBtn3 {
   right: 0;
      top: 0;
}
    #search-form, #login-form{
        width: 95%;
        height: 95%;
    }
    .hero-text{
        top: 80px;
     
    }
    .hero-text .logo img{
       width: 80px;
        height: auto;
        margin-top: -5px;
        margin-left: -10px;
     
    }
    .hero-text .klejnot img{
      width: 180px;
        height: auto;
        margin-top: 5px;
     margin-right: -20px;
   
    }
    .hero-text .cit{
  display: none;
    }
 
    .language{
       margin-top: -12px; 
    }
     .turystyka{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    padding: 140px 30px 30px 30px;
   }
   
    .kategorie, .kategorie2 {
  display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    padding: 140px 30px 30px 30px;
 background-color: var(--light-color);
    margin: 0;
    
}
    .szlaki{
         padding: 30px;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }
    .szlaki .kateg{
        width: 145px;
        height: 145px;
    }
    .turystyka_pttk{
     padding: 10px;
    background-color: var(--light-color);
}
       .turystyka_pttk img{
     padding: 0;
    width: 100%;
}
    .szlaki_piesze{display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
     background-color: var(--light-color);
    padding:0;
}

    .turystyka-opis{
      background-color: var(--lightgrey);
    display:flex;
    flex-direction: column;
    padding: 20px;
       
}
    .turystyka_rowery{
    padding: 10px 20px;
     background-color: var(--light-color);
        text-align: start;
}
    .trasyrowerowe{
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 20px;
}
    .trasy img{
        width: 100%;
        height: auto;
    }
    .turystyka_atrakcje1, .kultura, .rekreacja{
         padding: 20px;
        text-align: start;
    }
    .turystyka_atrakcje2{
         padding: 20px;
        text-align: start;
    }
    .atrakcjeopis{
        display: grid;
        grid-template-columns: 1fr;
    }
    .turystyka_atrakcje1 h2, .adresy h2{
   font-size: 20px;
    padding: 0;
}
    .turystyka_atrakcje1 img, .adresy img{
   width: 100%;
    height: auto;
}
    .gallery{
        grid-template-columns: repeat(1, 1fr);
        justify-content:  center;
        padding: 70px 60px;
      
    }
  
    .galeria1{
        padding: 0 20px;
    }
    .image-container img{
        width: 379px;
        height: auto
    }
    .buttons-container .btnleft {
 margin-top: 500px;
       margin-left: -180px;
   
}
    .buttons-container .btnright {
margin-top: 500px;
       margin-left: -200px;
}
    .tekst {
    display: flex;
    text-align: start;
    padding:40px 20px 20px 20px ;
  
}
   
    .news{
    padding: 20px 0;
}
    .tekst-news{
    padding: 20px 10px;
    font-size: 16px;
   letter-spacing: 1.5px;
    color: var(--dark);
}
    .adresytabela{
        padding: 5px;
        font-size: 9px;
        grid-template-columns: 0.2fr 0.4fr 1fr;
    }
    footer{
      padding: 20px 10px;
         grid-template-columns: repeat(1, 1fr);
       }
    footer .stopka a{
     padding: 5px;
     
       }
     footer .stopka a p{
     font-size: 18px;
     padding: 5px 0;
     
       }
    footer .stopka a img{ 
    display: none;
       }
    .kontakt{
        gap:1rem;
        padding: 100px 20px;
    }
    .stargard_cit{    
    grid-template-columns: 1fr;
    gap:20px;
  padding: 30px 20px;
   text-align: start;
}
    .tablica{
    display: grid;
    grid-template-columns:1fr;
        padding: 20px;
    }
    .tablica img{
        width: 90vw;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .mapa1 img{
    width: 100%;
    height: auto;
    overflow: scroll;
    padding: 0;
   background-color: var(--light-color);
    margin: 0;
}
    .klejnot_tablice {
 display: grid;
    grid-template-columns:1fr 1fr;
    gap: 10px;
 justify-content: center;
    background-color: var(--light-color);
    padding: 20px 40px;    
}
    .ratusztab, .odwachtab, .kamienicetab, .kolegiatatab, .plebaniatab, .jencowtab, .murytab, .lodowatab, .bastejatab, .tkaczytab, .kletzinatab, .duchtab, .pyrzyckatab, .morzeczerwonetab, .wiezatab, .cerkiewtab, .tuneltab, .jantab, .portowatab, .spichlerztab, .bialoglowkatab, .walowatab, .muzycznatab, .kamienicatab, .krzyztab, .arsenaltab, .rynektab, .pomniktab, .urzadtab{
    display:none;
    padding: 10px;
    grid-template-columns: 1fr;
    width:100vw;
    height:100vh;
        top: 0;
        left: 0;
    position: fixed;
    font-size: 20px;
    z-index: 100000;
    overflow-x: scroll;
}
    .kartyimage img{display: flex;
   width: 94vw;
        margin-top: 60px;
        height: auto;
        justify-content: center;
        
   }
    .opisy{
    font-size: 20px;
    padding: 10px 20px;
    color: #ebe6e6;
    line-height: 1.3;
}
}