@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');

.more-text {
            display: none;}
.wiecej {
border: 0px;
color: #893c54;
background: #fff;

}

.btn {
    border-radius: 15px;
    font-weight: bold;
    padding: auto;
    border: none;
    background-color: #ec7923;
    color: #FFFFFF;
}

.btn:hover {
    background-color: #f79c31;
}

.btn2 {
    border-radius: 15px;
    font-weight: bold;
    padding: auto;
    border: none;
    background-color: #8a3c54;
    color: #FFFFFF;
}

.btn2:hover {
    background-color: #9c7092;
}

a {
color: #ec7923;
text-decoration: none;
}

a.data-prog {
  color: #D3D3D3;
  text-decoration: none;
}

a.data-prog:hover {
  color: #d87022;
}

a.data-prog2 {
  color: #808080;
  text-decoration: none;
}

a.data-prog2:hover {
  color: #d87022;
}

html {
  scroll-behavior: smooth;
}

.banner {
height: 650px;
}

@media (max-width: 768px) {
.banner {
display: none;
}
}

.hidden-text {display: none;}
        
@media (max-width: 768px) {
.hidden-text {display: block; margin-top: 18px;}
        }

.hidden-text2 {display: inline;}
        
@media (max-width: 768px) {
.hidden-text2 {display: none;}
        }

.title {
text-align: left;
font-weight: 900;
margin-bottom: 55px;
line-height: 0.95;
}

.desc {
text-align: left;
line-height: 1.8;
color:#FFFFFF;
font-size: 2em;"
}

@media (max-width: 768px) {
.desc {
text-align: left;
line-height: 1;
font-size: 1.4em;
color:#FFFFFF;
}}

.img-speaker {
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Dodanie cienia */
}

.prelegent {text-align: center;}

.purple {
background: rgb(162,61,92);
background: linear-gradient(90deg, rgba(162,61,92,1) 0%, rgba(137,60,84,1) 50%, rgba(128,62,82,1) 100%);
}

.grey {
background: rgb(215,215,215);
background: linear-gradient(90deg, rgba(215,215,215,1) 0%, rgba(242,242,242,1) 50%, rgba(215,215,215,1) 100%);
}

.page-header {height: 250px; background-image: url("/conf-data/montessori2025/images/bg%202.jpg"); color: #fff; text-align: left; text-transform: uppercase;}

@media (max-width: 768px) {.page-header {height: 110px; background-image: url("/conf-data/montessori2025/images/bg%202.jpg"); color: #fff; text-align: left; text-transform: uppercase;}}

.pakiet {
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 background: #fff;
 max-width: 900px;
 padding: 20px;
 text-align: center;
}

.tlo3 {
background-color:#f2f2f2;
padding-top: 40px;
padding-right: 20px;
padding-bottom: 40px;
padding-left: 20px;
}

.tlo3 ul {
  list-style-position: inside;
}

.tlo3 li {
  margin-bottom: 10px;
}

.tlo3 li:last-child {
  margin-bottom: 0;
}

.tlo4 {
margin-left: auto;
text-align: right;
background-color:#fff;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 40px;
padding-left: 20px;
}

.tlo4 img {
  display: block;
  margin-left: auto;
}

.tlo4 {
background-color:#fff;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 40px;
padding-left: 20px;
}

.tlo4 {
  background-color: #fff;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  text-align: right;
}

.tlo4 {
  background-color: #fff;
  padding: 10px 20px 40px 20px;
  text-align: right;
  width: max-content; /* lub inna szerokość */
  margin-left: auto;
  margin-right: 0;
}



.tlo4 img {
  display: block;
  margin-left: auto;
}


.tlo4 {
  background-color: #fff;
  padding: 10px 20px 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.tlo4 {
margin-left: auto;
text-align: right;
background-color:#fff;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 40px;
padding-left: 20px;
}

.tlo4 img {
  display: block;
  margin-left: auto;
}

@media (max-width: 768px) {
  .tlo4 {
padding-top: 40px;
padding-bottom: 20px;
margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .tlo4 img {
    margin-left: auto;
    margin-right: auto;
  }
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

.video-container iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.opis {
margin-top: 10px;
color: #666666;
font-size: 0.93em;
font-weight: 300;
}