/* Capitale Framework 3.0
Start March 04 2024 */

@font-face {
  font-family: 'fontello';
  src: url('assets/fonts/fontello.eot?83900261');
  src: url('assets/fonts/fontello.eot?83900261#iefix') format('embedded-opentype'),
       url('assets/fonts/fontello.woff?83900261') format('woff'),
       url('assets/fonts/fontello.ttf?83900261') format('truetype'),
       url('assets/fonts/fontello.svg?83900261#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Epilogue Black';
  src: url('assets/fonts/Epilogue-Black.ttf');
}

@font-face {
  font-family: 'Epilogue Regular';
  src: url('assets/fonts/Epilogue-Regular.ttf');
}

@font-face {
  font-family: 'Alpha Lyrae Medium';
  src: url('assets/fonts/AlphaLyrae-Medium.ttf');
}

.social-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: grey;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-family: 'Alpha Lyrae Medium', sans-serif;
  font-weight: bold;
}

body {
  font-family: 'Epilogue Regular';
}

:root {
  --devfest-light: #ff33cc;
  --devfest-dark: #3366ff;
  --black-devfest: #191a1a;
  --text-devfest-light: #ff33cc;
  --text-pink-devfest-dark: #3366ff;
}

.album {
  padding: 0.1rem;
}
.album .img {
  background-size: cover;
  background-position: 50%;
}
.album .inner {
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}
@supports (grid-template-columns: repeat(5, 1fr)) {
  .album {
      padding: 0.3rem;
      padding: var(--space-2);
      display: -ms-grid;
      display: grid;
      grid-gap: 0.1rem;
      -ms-grid-columns: (1fr) [5];
      grid-template-columns: repeat(5, 1fr);
      -ms-grid-rows: (30vh) [3];
      grid-template-rows: repeat(3, 25.7vh);
      grid-auto-flow: dense;
  }
  .album .img {
      background-size: cover;
      background-position: 50%;
  }
  .album .img:first-child,
  .album .img:nth-child(2),
  .album .img:nth-child(6),
  .album .img:nth-child(8),
  .album .inner {
      -ms-grid-column-span: 2;
      grid-column: span 2;
  }
  .album .img:nth-child(3) {
      -ms-grid-column: 5;
      grid-column: 5;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1/3;
  }
  .album .inner {
      -ms-grid-column: 3;
      -ms-grid-column-span: 2;
      grid-column: 3/5;
      -ms-grid-row: 2;
      grid-row: 2;
  }
  @media (max-width: 59.99em) {
      .album {
          -ms-grid-columns: (1fr) [3];
          grid-template-columns: repeat(3, 1fr);
          -ms-grid-rows: (20vh) [5];
          grid-template-rows: repeat(5, 20vh);
      }
      .album .img:first-child,
      .album .img:nth-child(7),
      .album .img:nth-child(8) {
          -ms-grid-column-span: 1;
          grid-column: span 1;
      }
      .album .img:nth-child(2),
      .album .img:nth-child(4),
      .album .img:nth-child(6),
      .album .inner {
          -ms-grid-column-span: 2;
          grid-column: span 2;
      }
      .album .img:nth-child(3) {
          -ms-grid-column: 3;
          grid-column: 3;
          -ms-grid-row: 2;
          -ms-grid-row-span: 2;
          grid-row: 2/4;
      }
      .album .inner {
          -ms-grid-column-span: 3;
          grid-column: span 3;
          -ms-grid-row-span: 5;
          grid-row: span 5;
      }
  }
}

.numbers {
  font-family: 'Alpha Lyrae Medium';
  font-size: 56px;
}

.numbers::after {
  content: "";
  display: block;
  margin-top: 8px;
  margin-bottom: -15px;
  height: 3px;
  width: 64px;
  background-color: var(--devfest-light);
}

.container-title {
  font-family: 'Alpha Lyrae Medium';
  margin-bottom: 24px;
  padding: 0;
  font-size: 32px;
  line-height: 30px;
}

.container-special {
  padding-left: 5vw;
  padding-right: 5vw;
}

.card-title {
  font-family: 'Alpha Lyrae Medium';
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.origin {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.1;
}

.container-paragraphe {
  text-align: justify;
}

.location-block {
  height: 70vh;
  background: url(images/map.png) no-repeat right center;
  background-size: contain;
}

.location-box {
  position: relative;
  left:20px;
  bottom: 10px;;
}

.footer-social {
  font-size: 15px;
}

.trans {
	transition: all 0.2s;
}

.rounded {
  border-radius: 20px;
}

.toolbar-fixed {
  width: 100%;
  padding: 0;
  height: 56px;
  position: fixed;
  bottom: 0px;
  z-index: 20;
}

.toolbar-fixed.active > a i {
  opacity: 0;
}

.toolbar-fixed ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  bottom: 0;
}


.toolbar-fixed ul li {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
	
  height: 100%;
  transition: none;
  position: relative;
  top: -15px;
}


.toolbar-fixed ul li a{
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 3;
}

.toolbar-fixed ul li a i {
  line-height: inherit;
}

.toolbar-fixed ul {
  left: 0;
  right: 0;
  text-align: center;
}

.toolbar-fixed ul li {
  margin-bottom: 15px;
}


.location {
  padding: 0;
  position: relative; 
  font-weight: 300;
}

.location .map {
  display: block;
  height: 664px;
  background-position: 50%;
  background-size: cover;
}

.location .description {
  display: inline-block;
  padding: 3rem;
  width: 500px;
  position: absolute;
  bottom: 3.2rem;
  left: 3.2rem;
  color: #fff;
  border-radius: 20px;
}

@media (max-width: 59.99em) {
  .location .description {
      position: relative;
      top: unset;
      bottom: unset;
      left: 0;
      right: unset;
      width: 100%;
  }
}

.page-header {
  min-height: 334px;
  width: 100%;
  padding-bottom: 1px;
  background-color: var(--devfest-light);
}

.page-header-small {
  min-height: 134px;
  width: 100%;
  padding-bottom: 1px;
  background-color: var(--devfest-light);
}

.page-title {
  margin-top: 70px;
  font-size: 40px;
}

.page-description {
  max-width: 600px;
  font-size: 15px;
  margin-bottom: 80px;
}

.auto-fit {
  object-fit: cover;
  width: 128px;
  height: 128px;
}

.top-navbar {
  margin: 20px;
  border-radius: 20px;
}

.hero-info {
  margin-top: 8vh;
  z-index: 10 !important;
}

.hero-title {
  font-size: 28px;
  font-family: 'Epilogue Black';
  line-height: 1.1;
  color: white;
  margin: 10px;
}

.sub-hero-title {
  font-size: 28px;
  font-family: 'Alpha Lyrae Medium';
  line-height: 1.1;
  color: white;
  margin: 10px;
}

.speakers-social {
  padding-bottom: 20px;
}

.flex {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px;
}

.pink-devfest-light {
  background-color: #ff3333;

}

a.pink-devfest-light:hover {
  background-color: var(--devfest-dark);
}

a.pink-devfest-light:focus {
  background-color: var(--devfest-dark);
}

.waves-effect.waves-pink-devfest-light .waves-ripple {
  background-color: var(--devfest-light);
}

.pink-devfest-dark {
  background-color: var(--devfest-dark);
}

.dark-text {
  color: var(--text-pink-devfest-dark);
}

.black-devfest {
  background-color: var(--devfest-dark);
}

.text-pink-devfest-light {
  color: var(--text-devfest-light);
}

.text-pink-devfest-dark {
  color: var(--text-pink-devfest-dark);
}

.program-card {
  width: 100%;
  border-radius: 5px;
  border-style: solid;
  border-color: #E2E2E2;
  border-width: 1.5px;
  padding: 15px;
}

.clickable-program-card:hover {
  background-color: #F7F7F7;
}

.schedule-title {
  font-size: 1.2em;
}

.schedule-title-main {
  font-size: 1.5em;
}

.schedule-level {
  font-size: 0.9em;
  color: #9e9e9e;
}

.prog-time {
  font-family: 'Epilogue Black', sans-serif;
  margin-left: -100px;
  margin-top: -18px;
  position: absolute;
  color: grey;
}

.prog-hour {
  font-size: 2.1em;
}

.prog-minutes {
  font-size: 1.2em;
}

.separator {
  height: 0px;
}

.first-in-line {
  margin-top: 0px;
}

@media only screen and (max-width: 992px) {
  .prog-time {
    margin-left: 0px;
    margin-top: -70px;
  }

  .separator {
    height: 20px;
  }

  .first-in-line {
    margin-top: 50px;
  }
}

.tabs .tab a{
  color: black;
} /*Black color to the text*/

.tabs .tab a:hover {
  background-color:white ;
  color: var(--devfest-light);
} /*Text color on hover*/

.tabs .tab a.active {
  background-color:white ;
  color:var(--devfest-light);
} /*Background and text color when a tab is active*/

.tabs .tab a:focus {
background-color:white ;
}
.tabs .tab a:focus.active {
background-color:white ;
}

.tabs .indicator {
  background-color:var(--devfest-light);
} /*Color of underline*/

.price-card {
  max-width: 260px;
  border-radius: 20px;
  transition: 0.1s;
}

.price-card:hover {
  background-color: #f7f7f7 !important;
  transition: 0.1s;
}
.ticket-block {
  padding-top: 1px;
  padding-bottom: 1px;
}

.equal-col {
  display: flex !important;
  flex-wrap: wrap !important;
}

.out-of-stock {
  cursor: not-allowed !important;
}

.menu-link {
  font-family: 'Epilogue Black';
}

.card-speaker {
  border: 1px solid rgb(204, 204, 204);
  border-radius: 20px;
  width: 20vw !important;
}

.opening-card {
  background-image: url(images/backgrounds/opening-card.png), linear-gradient(117deg, rgba(25,26,26,1) 53%, rgba(182,182,182,1) 100%);
  background-position: right 2% bottom 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.closing-card {
  background-image: url(images/backgrounds/closing-card.png), linear-gradient(117deg, rgba(25,26,26,1) 53%, rgba(182,182,182,1) 100%);
  background-position: right 2% bottom 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.speaker-img-special-card {
  display: none;
}

@media (max-width: 992px) {
  .card-speaker {
    width: 88vw !important;
  }

  .opening-card {
    background-image: linear-gradient(117deg, rgba(25,26,26,1) 53%, rgba(182,182,182,1) 100%);
  }

  .closing-card {
    background-image: linear-gradient(117deg, rgba(25,26,26,1) 53%, rgba(182,182,182,1) 100%);  }
  

  .speaker-img-special-card {
    display: block;
    width: 200px;
    margin-top: 0px;
    margin-bottom: -32px;
    margin-right: -20px;
  }
}

ul.dropdown-content li a {
  color: #191a1a !important;
}

.motif1-large {
  position: absolute;
  visibility: visible;
  right: 0px;
  margin-top: -50px;
  height: 200px;
  transform: scaleX(-1);
}

.motif2-large {
  position: absolute;
  visibility: visible;
  left: -200px;
  margin-top: -200px;
  height: 200px;
  transform: scaleX(-1);
}

.motif-small {
  display: none;
  left: 0px;
  margin-top: 0px;
  width: 100%;
}

@media (max-width: 1220px) {
  .motif1-large {
    visibility: hidden;
  }
  .motif2-large {
    visibility: hidden;
  }
  .motif-small {
    display: block;
  }
}

.speakers-block {
  border-radius: 50px;
  background-color: #f7f7f7;
  padding: 20px;
}

.filter-btn {
  border: 1px solid #f0f0f0;
  margin-bottom: 3px;
  background-color: rgba(0, 0, 0, 0.05);
  color: var(--black-devfest) !important;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.filter-btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: var(--black-devfest) !important;
  border-color: var(--devfest-dark) !important;
} 

.filter-btn:focus {
  background-color: rgba(0, 0, 0, 0.1);
  color: var(--black-devfest) !important;
  border-color: var(--devfest-dark) !important;
}

.filter-btn.active {
  background-color: var(--devfest-light) !important;
  color: #ffffff !important;
  border-color: var(--devfest-light) !important;
}

#filters {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 5px;
}

.filter-group {
  background-color: #f7f7f7;
  padding: 10px;
  border-radius: 16px;
  flex-direction: row;
  margin-bottom: 3px;
}

.filter-header {
  font-weight: bold;
  margin-bottom: 10px;
}

.mobile-filter {
  display: none;
}

@media (max-width: 600px) {
  .filter-group {
    display: none;
  }
  
  .mobile-filter {
    display: block;
    width: 100%;
  }

  .collapsible-header {
    background-color: #f7f7f7;
    padding: 10px;
    font-weight: bold;
    text-align: center;
  }

  .collapsible-body {
    padding: 10px;
    background-color: #ffffff;
  }
}

.image-shirt {
  width: 100%;
  max-width: 300px;
}

.shirt-major-descr {
  font-size: 2em;
}

@media only screen and (max-width: 992px) {
  .image-shirt {
    padding: 0px;
  }
}

.range-slider {
  width: 50% !important;
  height: 6px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

input[type="range"] + .thumb {
  display: none;
}

.logo-mobile {
  display: none;
}

@media (max-width: 992px) {

  .logo-mobile {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    z-index: 1000;
  }
}

.tap-target {
  background-color: #ff3333;
  color: #ffffff;
}

@media (max-width: 600px) { 
  .tap-target-content {
    transform: translateX(35px);
  }

  .tap-target-content h5 {
    font-size: 18px;
  }

  .tap-target-content p {
    font-size: 12px;
  }
}

.program-button {
  border-radius: 5px;
  border-style: solid;
  border-color: #E2E2E2;
  border-width: 1.5px;
}