

/* Sekcja 11  Typ sekcji FAQ Widok FAQ z plusikiem */

#section11 {
li.faq{
  background-color: white;
  padding: 0 20px;
  border-radius: 20px;
margin-bottom: 20px;
  border: none !important;
}

.pytanie, .odpowiedz{
    color: var(--blue);
}

.pytanie{
  font-size: 20px;
  font-weight: bold !important;
  padding: 12px 0 !important;
  margin-bottom: 0 !important;
}

.odpowiedz{
  font-size: 16px !important;
  padding: 0 0 15px 0 !important;
}
.row.borderLine{
    border: none !important;
  flex-wrap: nowrap;
  padding: 0 15px;
}

.iconSpanPlus, .iconSpanMinus{
  color: var(--green) !important;
    display: inline-block;
    padding-top: 0;
}

h3{
  margin: 20px 0 60px 0 !important;
}

.container{
  position: relative;
z-index: 2;
}


}


/* Sekcja 8  Typ sekcji Agenda Widok Agenda z linią czasu */

#section8 {
position: relative;
z-index: 1;

.tab-content{
  background-color: transparent;
}
[data-agenda-category="2"] p.nazwa{
opacity: 0.8;
  font-weight: 400 !important;
}

.tab-pane{
display: block;
}

.nav>li>.agendaNavLink{
  display: none;
}

.godzina,.nazwa{
  color: white;
  font-size: 20px;
}

.last-kolko::after{
  display: none;
}

.nazwa{
  font-weight: bold;
}

.prelegent{
  font-size: 18px;
  color: var(--green);
   
}

.kolko{
  background-color: var(--green);
    width: 24px;
    height: 24px;
    border-color: var(--green);
}

#VerticalLine{
    background-color: var(--green);
      width: 2px;
      left: 61px;
}

@media only screen and (max-width: 1024px){
  .agenda-row{
    flex-wrap: wrap;
    padding: 0;
  }
  
  .agenda-left, .agenda-center, .agenda-right{
    width: 100%;
    text-align: center;
}
  
  p.godzina, p.prelegent{
    text-align: left;
   
  }
  

  p.godzina{
padding-left: 40px;
  line-height: 1 !important;
  margin-bottom: 10px;
  }
  
  .prelegentContainer, .AgendaDescription{
     padding-left: 32px;
  display: flex;
    justify-content: flex-start;
  }
  
  #VerticalLine{
left: 41px;
  }
}

@media only screen and (max-width: 500px){
  #VerticalLine{
            left: 31px;}}

.agendaItem{

margin: 0 !important;
}

.last-kolko + #VerticalLine{
display: none !important;
}

.AgendaDescription {
padding-bottom: 0 !important;
}

p.prelegent {
  padding-left: 8px;
}

.agendaItem:last-of-type {
  .agenda-row {
    padding-bottom: 4px;
  }
}

.agenda-row{
align-items: flex-start;

}

.AgendaDescription, p.nazwa{
padding-top: 0 !important;}

.agenda-right{
margin-top: 0 !important;}

@media only screen and (max-width: 768px) {
    .agenda-center {
        padding: 0 10px !important;
    }
  .agenda-left{
height: 0 !important;
}
  
      .AgendaLogo {
        padding-left: 15px;
    }
  
          #VerticalLine {
            left: 26px;
        }
}
}
}


/* Sekcja 2  Typ sekcji Odliczanie Widok Odliczanie */

#section2 {
position: relative;
z-index: 1;

@media (max-width: 768px){
p.timer-title{
  
  font-size: 26px !important;
}
  
  .countdown-row{
    display: flex !important;
    flex-wrap: wrap;
  }
  .countdown-section{
width: 50% !important;
}
}
}


/* Sekcja 6  Typ sekcji Prelegenci Widok Prelegenci carousel */

#section6 {
.owl-dots{
display: none;
}

position: relative;
z-index: 1;

p.speakerName{
  background-color: var(--green) !important;
    border-radius: 20px;
    padding: 12px 0;
    margin-top: 0;
    font-size: 18px;
}



h3{
  margin-bottom:  48px;
}

.owl-item{
  position: relative;
  
}

p.speakerInfo{
  display: flex;
  position: absolute;

  opacity: 0;
  top: 0;
  background-color: var(--green);
  padding: 15px;
  line-height: 1.1;
  font-size: 16px;
  border-radius: 20px !important;
  transition: 0.4s;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: left;
  
  
  /* overflow-y: scroll; */
}

.owl-item:hover p.speakerInfo{
  opacity: 1;

}
.speakerImg{
  transition: 0.2s;
}
.owl-item:hover .speakerImg{
  transform: rotateY(90deg);
}


.prelegentItem{
  padding-bottom: 28px;
}

p.speakerDetails{
  /* min-height: 374px; */
}

[data-speaker="10"] .speakerName, [data-speaker="8"] .speakerName, [data-speaker="16"] .speakerName{
font-size: 18px !important;
  line-height: 1;
  height: 51px;
  padding: 9px 0;
}

[data-speaker="8"] .speakerName{
background-color: #FFF !important;
color: var(--green);
}
}


/* Sekcja 13  Typ sekcji Partnerzy Widok Partnerzy */

#section13 {
.partnersContainer{
  justify-content: center;
}

h3{
  margin: 0 auto 40px;
}

.container{
  position: relative;
z-index: 2;
}
.partnerItem{
margin: 0 10px 10px;
background-color: white;
  border-radius: 15px;

}
.partnerItem img{
width: 90%;
  margin: 0 auto;
  
}

p.partnerCategory{
text-align: center;
  color: white;
  font-weight: bold;
font-size: 22px;
margin-bottom: 20px;
}
}
