:root{
    --whitish: #fffdf5ff;
    --rosy: #c0979d;
    --hgreen: #36632dff;
    --dgreen: #273e2fff;
    --walnut: #4f2c16ff;
    --onyx: #121212ff;
    
}

a{
    color: var(--onyx);
    text-decoration-line: none;
}
.con-pg{
    color:var(--hgreen);
    text-decoration: underline;
}
p{
    text-align: justify;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: var(--onyx);
    line-height: 1.5;
    margin: 0;
    padding: 0;
    background-color: var(--whitish);
    display: grid;
    /* Define rows: header (auto), main (1fr), footer (auto) */
    grid-template-rows: auto 1fr auto;
    /* Ensure body is at least viewport height */
    min-height: 100vh;
}
table{
    text-align: justify;
}
.head{
    background-color: var(--hgreen);
    margin: 0;
    padding:20px;
    height:60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logos{
    display:flex;
    align-items: center;
    gap:20px;
    height:60px;
}
.shrik-big-n{
    font-family: "Shrikhand", serif;
    font-weight: normal;
    font-size: 100;
    line-height: 1;
    margin: 10px 0 10px;
    color: var(--onyx);
}
.icon{
    border-radius: 50%;
    height:60px;
    width:60px;
}
.logo-txt{
    font-family: "Shrikhand", serif;
    font-size: 50px;
    color: var(--whitish);
}
.nav-links{
    margin:auto 20px;
    list-style: none;
    text-align: right;
}
.nav-links a{
    padding: 10px 15px;
    color: var(--whitish);
    text-decoration: none;
    font-size: 18px;
    /*transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1); 
    transition: all .2s ease-in-out;
    transform: translate3d(0, 0, 0);*/
}
.nav-links li{
    display: inline-block;
}
.nav-links a:hover {
    border-bottom: 3px solid var(--rosy);
    color:var(--rosy);
}

.burger{
  display: none;
}
.burger div{
  width: 25px;
  height: 3px;
  background: var(--whitish);
  margin: 5px;
  transition:all 0.5s ease;
}
@media only screen and (max-width: 966px){
   nav{
    justify-content: space-between;
    
  }
  .nav-links{
    opacity:0;
    position: absolute;
    right: 0;
    top:100px;
    min-height:92vh;
    background: var(--hgreen);
    display: flex;
    flex-direction: column;
    align-items: center;   
    width: 50%;
    margin: 0;
    padding: 0;
    transform: translateX(100%);
    transition:All 0.5s ease-in;
  }
  .nav-links li{
    margin:10px;
  }
  .nav-links a{
    opacity: 0;
 
  }
  .burger{
    display: block;
  }
 
}

.nav-active{
  transform: translateX(0);
  opacity:1;
}

@keyframes navLinkFade{
  from{
    opacity: 0;
    transform: translateX(50px);
  }
  to{
    opacity: 1;
    transform: translateX(0);
  }
}
.toggle .line1{
   transform: rotate(-45deg) translate(-5px,6px );
}
.toggle .line2{
   opacity: 0;
}
.toggle .line3{
   transform: rotate(45deg) translate(-5px,-6px );
}
.ab{
    display: flex;
    flex-direction: row;
}
@media screen and (max-width: 700px) {
    .ab{
    flex-flow: row wrap;
}
.about-img{
    margin-left: auto;
    margin-right: auto;
}
}
@media screen and (max-width: 600px) {
    .intro-img{
        display:none;
    }
}
@media screen and (max-width: 500px) {
    .logo-txt{
        display:none;
    }
  }
.support-button{
    margin:0 10px;
    padding:10px 20px;
    background-color: var(--whitish);
    color: var(--onyx);
    border-radius: 10px;
    text-decoration: none;
    font-size: 18px;
}

.container{
    max-width:1140px;
    margin: 0 auto;
    padding:0 5px;
}
.ab{
    margin:auto 0;
}
#introduction{
    padding: 60px 0;
    margin-bottom: 100px;
}
.home{
    display: flex;
    gap:40px;
    align-items: center;
}
.intro-img{
    width:100%;
    max-width: 500px;
    min-width: 150px;
    
}
.about-img{
    max-width: 400px;
    min-width: 300px;
}
.home-title {
    font-family: "Shrikhand", serif;
    font-weight: normal;
    font-size: 100;
    line-height: 1;
    margin: 10px 0 10px;
    color: var(--onyx);
}
.home-txt{
    margin-bottom: 20px;
    text-align: justify;
    
}
.hero-button{
    transition: all .5s ease;
    padding:10px 24px;
    background-color: var(--hgreen);
    color: var(--whitish);
    border-radius: 10px;
    border:3px solid var(--hgreen);

}
.hero-button:hover{
    background-color: var(--whitish);
    color: var(--hgreen);
}
#example-wolo{
    margin-top:5vh;
}
.wolontariaty{
    display:flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 30px 0 0;
    margin: 0;
    list-style: none;
}
@media screen and (max-width: 720px) {
    .wolontariaty{
        justify-content: space-around;
    }
  }
.item {
  
  
  padding: 20px;
  width: 300px;
  height: 500px;
  margin-bottom: 50px;
  border-radius:30px;
  color: var(--onyx);
  display: flex;
  flex-direction: column;
}
.item h1{
    padding: 10px 0;
  font-weight: bold;
  font-size: 1.5em;
  text-align: left;
  margin: 140px 0 0 0;
}
.item p{
    margin: 10px 0px;
    font-size: 1.0em;
    text-align: left;
}
.see-more{
    padding:0;
    font-weight:300;
    font-size: 18px;
    margin-top: 18px;
    text-align: center;
    border: none;
    background: none;
    color:var(--onyx);
    display: flex;
    align-self: center;
    
    align-items: center;
}
.material-icons{font-size: 24px;}
.see-more:hover {
    font-size: 20px;
    transition: all .25s ease;
}
.check-more{
    text-align: center;
    display: flex;
    align-items: center;
    align-self: center;
    transition: all .5s ease;
    padding:10px 24px;
    background-color: var(--rosy);
    color: var(--whitish);
    border-radius: 10px;
    border:3px solid var(--rosy);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;

}
.check-more:hover{
    background-color: var(--whitish);
    color: var(--rosy);
}
#desc{
    margin: 50px;
}
.short{
    margin-bottom: 40px;
    display: flex;
    flex-flow: row wrap;
    gap:30px;
    justify-content: space-around;
}
.image-short{
    max-height:350px;
    max-width: 350px;
    background-color: var(--rosy);
    padding:50px;
    border-radius: 50px;
    width:100%;
    height:100%;
}
.wolo-main-img{
    max-height:350px;
    max-width: 350px;
    width:100%;
    height:100%;
    border-radius: 25px;
}
.opis-short{
    max-width: 640px;
    width:auto;
}
.basic-info{
    width:100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    gap:10px;
}
.basic-info-box{
    width:auto;
    max-width:180px;
    text-align: left;
}
.basic-info-box p{
    text-align: left;
}
.contact{
    margin-top: 2vh;
}
.stopka{
    background-color: var(--hgreen);
    color:var(--whitish);
}
 footer{
    padding:40px 0;
    font-size: 14px;
  }
  #stopa{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright{
    width :49%;
    display: inline-block;
  }
.social svg{
    size: 100px;
    
}
