:root {
  --violet: rgb(109, 109, 212);
  --violet-intensive: rgb(109 59 249);
  --violet-transparent: rgba(109, 109, 212, 0.9);
  --violet-semi-transparent: rgba(109, 109, 212, 0.8);
  --violet-strong-transparent: rgba(109, 109, 212, 0.5);
  --violet-light-transparent: rgba(233, 233, 249);
  --dark-gray: #525252;
  --devdraw: #0b2b53;
  --shadow: 0 0px 12px rgb(255, 255, 255);
}
.guides {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  justify-content: left;
  align-items: center;
  margin-top: 200px;
  margin-bottom:3rem;
}
.guides-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  justify-content: left;
  margin-top:1rem;
  max-width: 1100px;
}
.guides h1 {
   display: flex;
  justify-content: center;
  align-items: center;
  font-size:clamp(1.1rem , 2vw, 1.4rem);
  padding: 1rem 0;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  transform: translateX(-10px);
}

.wstep {
    color:var(--dark-gray);
    font-style: italic;
    /* padding:1rem; */
    text-align: justify;
    display: flex;
    flex-direction: column;
    width:100%;
    margin: 3rem auto 0 auto;
    max-width:800px;    
}

.wstep p {
    text-indent: 2rem;
    padding:0rem 2rem 1rem 2rem;
    font-size:1rem;
}

.guides-content {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
  gap:10px;
  scroll-margin-top: 200px; /* tyle, ile wysokość nagłówka */
}
.guides h1 > img {
  margin: 0 1rem;
}

.button {
    display:flex;
    width:100%;
    justify-content: center;
    align-items: center;
    padding-bottom:1.5rem;

}

.button a {
    color:#fff;
    background-color: var(--violet);
    text-decoration: none;
    font-family: ahamono;
    padding:.7rem 1.2rem;
    border-radius:5px;  
    font-size:1.1rem;
}

.cover {
  display: flex;
  height: 109vw;
  width: 100%;
  background-position-x: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: top;
  
  position: relative;
  max-width: 500px;
  position: relative;
}

.cover-3 {
    background-image: url(/assets/StaryZyd.webp);
}
.cover-6 {
    background-image: url(/assets/trasa-z-misiami.webp);
}
.cover-5 {
    background-image: url(/assets/mela-przygody.webp);
}

@media (min-width: 501px) {
  .cover {
    height: 545px;
  }
  .guides-content {
    gap:10px;
    padding:.5rem;
  }
}
.guide-title {
  display: flex;
  position: absolute;
  bottom: 0;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  width: 100%;
  background-color: var(--violet-semi-transparent);
  color: #fff;
  text-transform: uppercase;
}
.guide-title {
    padding-left:.5rem;
}
.guide-title img {
  margin-left:.5rem;
}

.guide-actions {
    position: absolute;
    display: flex;
    width:100%;
    background-color: rgba(0, 0, 0, 0.507);
    inset: 0;   
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap:1rem;

}

.btn-guide {
    color:#fff;
    background-color:var(--violet);
    text-decoration: none;
    font-family: ahamono;
    padding: .7rem 1.2rem;
    border-radius: 5px;
    font-size: 1.2rem;
    min-width:190px;
    text-align: center;
    box-shadow: var(--shadow);
}

.mark-symbol {
    font-size: 1.6em;
    letter-spacing: 0;
    margin-left:2px;
}
