/* -------
# FONTS
---------*/

@font-face {
    font-family: 'brave-hearted';
    src: url('brave-hearted.ttf');
    font-weight: normal;
    font-style: normal;
}

/* -------
# COLOURS
---------*/

:root {
  --orange: #FF5300;
  --yellow: #FFC300;
  --white: #FFFFFF;
  --black: #000000;
  --darkgrey: #222222;
  --lightgrey: #888888;
  --orangelight: #FF864C;
  --orangedark: #B13A00;
  --green: #5CA904;
  --silver: #C0C0C0;
  --bronze: #CD7F32;
  --bronzedark: #662E00;
  --bronzelight: #D47800;
  --gold: #D3AF37;
  --golddark: #BF953F;
  --goldlight: #FCF6BA;
  --platinum: #E5E4E2;
  --platinumdark: #A0B2C6;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  max-width: 100%;
  overflow-x:hidden;
}

a {
  color: var(--orange);
  text-decoration: none;
}

a:hover {
  color: var(--orangelight);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--orange);
  background: var(--white);
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Cookie Consent Form
--------------------------------------------------------------*/
.cc-nb-okagree, .cc-nb-reject, .cc-cp-foot-save {
    background-color: var(--orange) !important;
}
.cc-nb-okagree:hover, .cc-nb-reject:hover, .cc-nb-changep:hover, .cc-cp-foot-save:hover {
    background-color: var(--orangelight) !important;
}
.cc-nb-okagree:focus, .cc-nb-reject:focus, .cc-nb-changep:focus, .cc-cp-foot-save:focus {
    border-color: var(--orange) !important;
}

#open_preferences_center {
  color: var(--black);
  transition: all 0.4s;
}

#open_preferences_center:hover {
  color: var(--orangelight);
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--orange);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
  border: solid var(--orange);
  border-width: 2px;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: var(--white);
}

.back-to-top:hover i{
  color: var(--orange);
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header-container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}

#header {
  z-index: 997;
  background: rgba(0, 0, 0, 0.9);
}

#header.header-scrolled {

}

#header .logo {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
}

#header .logo a {
  font-size: 28px;
  color: var(--orange);
  font-family: brave-hearted, sans-serif;
  white-space: nowrap;
}

#header .logo img {
  max-height: 40px;
}

@media (max-width: 1050px) {
  #header {
    border: 0;
    padding: 15px 0;
  }
}

.get-started-btn {
  background: var(--orange);
  color: #000;
  border-radius: 50px;
  padding: 8px 25px 9px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  font-family: raleway, sans-serif;
  font-weight: bold;
}

.get-started-btn:hover {
  background: #fff;
  color: var(--orange);
}

@media (max-width: 500px) {
  .get-started-btn {
    visibility: hidden;
  }
}

@media (max-width: 991px) {
  .get-started-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
    position: fixed;
    right: 50px;
    top: 19px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  position: relative;
  white-space: nowrap;
  margin: 0 12px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 3px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 1px;
  left: 0;
  background-color: var(--orange);
  visibility: hidden;
  width: 0px;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: var(--white);
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: var(--orangelight);
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
/*
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}*/

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 1050px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(15, 15, 15, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.mobile-nav-toggle {
  position: fixed;
  top: 22px;
  right: 22px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  background-color: var(--black);
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: var(--white)
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: var(--orange);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #000;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: var(--orangelight);
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(255, 83, 0, 0.85), rgba(255, 83, 0, 0.85)), url("/assets/img/crowd1.png") fixed center center;
  background-size: cover;
  position: relative;
}

#intro .container {
  padding-top: 72px;
  position: relative;
  text-align: center;
}

#intro .logo {
  width: 200px;
}

#intro h1 {
  margin: 0 0 10px 0;
  font-size: 120px;
  color: #fff;
  font-family: "brave-hearted", sans-serif;
}

#intro h2 {
  color: #eee;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}

@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
  } 
}
@media (max-width: 1024px) {
  #intro {
    background-attachment: scroll;
  }
}

@media (max-width: 768px) {

  #intro h1 {
    font-size: 50px;
    line-height: 50px;
    margin-top: 10px;
  }

  #intro h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #8fffd6;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--orange);
  bottom: 0;
  left: 0;
}

.section-title p {
  margin-bottom: 0;
  color: #777777;
  font-size: 15px;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/

.about {
  background-color: var(--black);
  color: var(--white);
}

.about .section-title h2 {
  color: var(--orange);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: var(--orange);
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #009961;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #009961;
}

.about .content .btn-learn-more:hover {
  background: #009961;
  color: #fff;
  text-decoration: none;
}

.about img {
  object-fit: scale-down;
  max-width: 300px;
}

.about-ticket-btn {

}


.about-ticket-btn {
  background: var(--orange);
  color: #000;
  border-radius: 50px;
  padding: 8px 25px 9px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 28px;
  display: inline-block;
  font-family: raleway, sans-serif;
  font-weight: bold;
}

.about-ticket-btn:hover {
  background: var(--white);
  color: var(--orange);
}


/*--------------------------------------------------------------
# Code of Conduct
--------------------------------------------------------------*/
#coc_intro {
  width: 100%;
  height: 320px;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/assets/img/leaves.jpeg") fixed center center;
  background-size: cover;
  position: relative;
}

#coc_intro .container {
  padding-top: 72px;
  position: relative;
  text-align: center;
}


#coc_intro h1 {
  margin: 0 0 10px 0;
  font-size: 120px;
  color: #fff;
  font-family: "brave-hearted", sans-serif;
}

#coc_intro h2 {
  color: #eee;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
}

@media (min-width: 1024px) {
  #coc_intro {
    background-attachment: fixed;
  } 
}
@media (max-width: 1024px) {
  #coc_intro {
    background-attachment: scroll;
  }
}

@media (max-width: 768px) {

  #coc_intro h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #coc_intro h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

.coc {
  background-color: var(--black);
  color: var(--white);
}

.coc .section-title h2 {
  color: var(--orange);
}

.coc .content ul {
  list-style: none;
  padding-left: 30px;
}

.coc .content ul li {
  padding-left: 28px;
  position: relative;
}

.coc .content ul li+li {
  margin-top: 10px;
}

.coc .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: var(--orange);
  line-height: 1;
}

.coc .content p:last-child {
  margin-bottom: 0;
}

.coc .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #009961;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #009961;
}

.coc .content .btn-learn-more:hover {
  background: #009961;
  color: #fff;
  text-decoration: none;
}

.coc img {
  object-fit: scale-down;
  max-width: 300px;
}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
#about_us_intro {
  width: 100%;
  height: 320px;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/assets/img/team_background.png") fixed center center;
  background-size: cover;
  position: relative;
}

#about_us_intro .container {
  padding-top: 72px;
  position: relative;
  text-align: center;
}


#about_us_intro h1 {
  margin: 0 0 10px 0;
  font-size: 120px;
  color: #fff;
  font-family: "brave-hearted", sans-serif;
}

#about_us_intro h2 {
  color: #eee;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
}

@media (min-width: 1024px) {
  #about_us_intro {
    background-attachment: fixed;
  } 
}
@media (max-width: 1024px) {
  #about_us_intro {
    background-attachment: scroll;
  }
}

@media (max-width: 768px) {

  #about_us_intro h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #about_us_intro h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

.about_us {
  background-color: var(--black);
  color: var(--white);
}

.about_us .section-title h2 {
  color: var(--orange);
}

.about_us .content ul {
  list-style: none;
  padding-left: 30px;
}

.about_us .content ul li {
  padding-left: 28px;
  position: relative;
}

.about_us .content ul li+li {
  margin-top: 10px;
}

.about_us .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: var(--green);
  line-height: 1;
}


/*--------------------------------------------------------------
# Schedule - single page
--------------------------------------------------------------*/

#prtlx {
  width: 100%;
  height: 320px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("/assets/img/pretalx.png") fixed center center;
  background-size: cover;
  position: relative;
}

#prtlx .container {
  padding-top: 72px;
  position: relative;
  text-align: center;
}

#prtlx h1 {
  margin: 0 0 10px 0;
  font-size: 120px;
  color: #fff;
  font-family: "brave-hearted", sans-serif;
}



/*--------------------------------------------------------------
# Call For Papers
--------------------------------------------------------------*/


.cfp {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("/assets/img/pretalx_new.png") fixed center center;
  background-size: cover;
  padding: 0 0;
  color: var(--white);
}

#cfp .container {
  padding-top: 72px;
  position: relative;
  padding-bottom: 72px;
}

#cfp h2 {
  margin: auto;
  font-size: 120px;
  font-weight: normal;
  color: #fff;
  font-family: "brave-hearted", sans-serif;
  text-align: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 0px;
  display: flex;
}

#cfp .section-title {
  height: 100%;
  padding-top: 35px;
  text-align: center;
  justify-content: center;
  display: flex;
}



@media (max-width: 1024px) {
  .cfp {
    background-attachment: scroll;
  }
}

@media (max-width: 769px) {
  #cfp h2 {
    font-size: 80px;
  }
}

.cfp .cfp-card {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px;

  border-radius: 18px;
}



.cfp ul {
  list-style: none;
  padding: 0;
}

.cfp ul i {
  color: var(--green);
}


.cfp .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #009961;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #009961;
}

.cfp-btn {
  background: var(--green);
  color: #000;

  border-radius: 50px;
  padding: 8px 25px 9px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 20px;
  font-family: raleway, sans-serif;
  font-weight: bold;
}

.cfp-btn:hover {
  background: #fff;
  color: var(--orange);
}


/*--------------------------------------------------------------
# Call for Villages
--------------------------------------------------------------*/
#cfvill_intro {
  width: 100%;
  height: 320px;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/assets/img/leaves.jpeg") fixed center center;
  background-size: cover;
  position: relative;
}

#cfvill_intro .container {
  padding-top: 72px;
  position: relative;
  text-align: center;
}


#cfvill_intro h1 {
  margin: 0 0 10px 0;
  font-size: 80px;
  color: #fff;
  font-family: "brave-hearted", sans-serif;
}

#cfvill_intro h2 {
  color: #eee;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
}

@media (min-width: 1024px) {
  #cfvill_intro {
    background-attachment: fixed;
  } 
}
@media (max-width: 1024px) {
  #cfvill_intro {
    background-attachment: scroll;
  }
}

@media (max-width: 768px) {

  #cfvill_intro h1 {
    font-size: 48px;
    line-height: 36px;
  }

  #cfvill_intro h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

.cfvill {
  background-color: var(--black);
  color: var(--white);
}

.cfvill h3 {
  color: var(--orange);
}


.carousel {
  position: relative;
  width: 80%;
  max-width: 800px;
  aspect-ratio: 2 / 1; /* consistent height */
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  background: #000;
}

.carousel-track img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  flex-shrink: 0;
  pointer-events: none; /* 👈 This helps prevent stealing clicks */
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
  position: relative; /* 👈 Context for z-index layering */
  z-index: 1;
}

.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
  z-index: 2; /* 👈 Above the track */
}


.carousel-button.prev {
  left: 10px;
}

.carousel-button.next {
  right: 10px;
}


/*--------------------------------------------------------------
# Call For Volunteers
--------------------------------------------------------------*/


.cfv {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("/assets/img/volunteers.png") fixed center center;
  background-size: cover;
  padding: 0 0;
  color: var(--white);
  background-attachment: scroll;
}



#cfv .section-title {
  padding-top: 35px;
  text-shadow: -1px -1px 0 var(--darkgrey), 1px -1px 0 var(--darkgrey), -1px 1px 0 var(--darkgrey), 1px 1px 0 var(--darkgrey);

}



@media (max-width: 1024px) {
  .cfv {
    background-attachment: scroll;
  }
}

@media (max-width: 769px) {
  #cfv h2 {
    font-size: 80px;
  }
}

.cfv .cfv-card {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px;

  border-radius: 18px;
  margin-bottom: 36px;
}



.cfv ul {
  list-style: none;
  padding: 0;
}

.cfv ul i {
  color: var(--orange);
}


.cfv .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #009961;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #009961;
}

.cfv-btn {
  background: var(--orange);
  color: #000;

  border-radius: 50px;
  padding: 8px 25px 9px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 20px;
  font-family: raleway, sans-serif;
  font-weight: bold;
}

.cfv-btn:hover {
  background: #fff;
  color: var(--orange);
}


/*--------------------------------------------------------------
# Frequently Asked Questions FAQ
--------------------------------------------------------------*/
#faq_intro {
  width: 100%;
  height: 320px;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/assets/img/speaker.png") fixed center center;
  background-size: cover;
  position: relative;
}

#faq_intro .container {
  padding-top: 72px;
  position: relative;
  text-align: center;
}


#faq_intro h1 {
  margin: 0 0 10px 0;
  font-size: 80px;
  color: #fff;
  font-family: "brave-hearted", sans-serif;
}

#faq_intro h2 {
  color: #eee;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
}

@media (min-width: 1024px) {
  #faq_intro {
    background-attachment: fixed;
  } 
}
@media (max-width: 1024px) {
  #faq_intro {
    background-attachment: scroll;
  }
}

@media (max-width: 768px) {

  #faq_intro h1 {
    font-size: 48px;
    line-height: 36px;
  }

  #faq_intro h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

.faq {
  background-color: var(--black);
  color: var(--white);
}

.faq h3 {
  color: var(--orange);
}



/*--------------------------------------------------------------
# Slides
--------------------------------------------------------------*/
#slides_intro {
  width: 100%;
  height: 320px;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/assets/img/speaker.png") fixed center center;
  background-size: cover;
  position: relative;
}

#slides_intro .container {
  padding-top: 72px;
  position: relative;
  text-align: center;
}


#slides_intro h1 {
  margin: 0 0 10px 0;
  font-size: 80px;
  color: #fff;
  font-family: "brave-hearted", sans-serif;
}

#slides_intro h2 {
  color: #eee;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
}

@media (min-width: 1024px) {
  #slides_intro {
    background-attachment: fixed;
  } 
}
@media (max-width: 1024px) {
  #slides_intro {
    background-attachment: scroll;
  }
}

@media (max-width: 768px) {

  #slides_intro h1 {
    font-size: 48px;
    line-height: 36px;
  }

  #slides_intro h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

.slides {
  background-color: var(--black);
  color: var(--white);
}

.slides h3 {
  color: var(--white);
}



.slides .content ul {
  list-style: none;
  padding-left: 30px;
}

.slides .content ul li {
  padding-left: 28px;
  position: relative;
}

.slides .content ul li+li {
  margin-top: 10px;
}

.slides .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: var(--green);
  line-height: 1;
}


/*--------------------------------------------------------------
# Trainings
--------------------------------------------------------------*/

#trainings_intro {
  width: 100%;
  height: 320px;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/assets/img/umbrellas_orange.png") fixed center center;
  background-size: cover;
  position: relative;
  padding: 80px 0 0 0;
}




#trainings_intro .container {
  padding-top: 72px;
  position: relative;
  text-align: center;
}


#trainings_intro h1 {
  margin: 0 0 10px 0;
  font-size: 80px;
  color: #fff;
  font-family: "brave-hearted", sans-serif;
}

#trainings_intro h2 {
  color: #eee;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
}

@media (min-width: 1024px) {
  #trainings_intro {
    background-attachment: fixed;
  } 
}
@media (max-width: 1024px) {
  #trainings_intro {
    background-attachment: scroll;
  }
}

@media (max-width: 768px) {

  #trainings_intro h1 {
    font-size: 48px;
    line-height: 36px;
  }

  #trainings_intro h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}



.trainings {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url("/assets/img/umbrellas_orange.png") fixed center center;
  background-size: cover;
  padding: 120px 0;
  color: var(--white);
}

.trainings .trainings-card {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px;

  border-radius: 18px;
}

.trainings-btn-parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.trainings-btn {
  background: var(--green);
  color: #000;

  border-radius: 50px;
  padding: 8px 25px 9px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 20px;
  font-family: raleway, sans-serif;
  font-weight: bold;
}

.trainings-btn:hover {
  background: #fff;
  color: var(--orange);
}

.trainings .icon-box {
  padding: 30px 30px 60px 30px;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 18px;
  border-bottom: 5px solid var(--green);;
}

.trainings .icon-box .days_blorb {
  height: 30px;
  width: fit-content;
  align-items: center;
  display: flex;
  margin-left: auto;
  color: var(--black);
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
}

.trainings .icon-box .one_blorb {
  background: var(--green);
}

.trainings .icon-box .two_blorb {
  background: var(--yellow);
}

.trainings .icon-box .three_blorb {
  background: var(--orange);
}

.trainings .instructor {
  width: 128px;
  height: 128px;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.trainings .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
  color: var(--green);
  transition: ease-in-out 0.3s;
}

.trainings .icon-box h5 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  color: var(--white);
  transition: ease-in-out 0.3s;
  text-align: right;
}

.trainings .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color: var(--white);
}

.services .icon-box:hover {
  trainings: translateY(-10px);
  border-color: #009961;
}

.trainings .icon-box:hover h4{
  color: var(--orange);
}

.trainings .hidden_training {
  display: none !important;
}

/* over the top fancy checkboxes below */
 .filter-options {
  margin-bottom: 15px;
 }

 .checkbox-wrapper-24 {
    display: inline-block;
    margin-right: 10px;
  }

 .checkbox-wrapper-24 .checkbox {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
  }

  .checkbox-wrapper-24 label {
    display: inline-block;
    color: var(--white);
    cursor: pointer;
    position: relative;
  }
  .checkbox-wrapper-24 label span {
    display: inline-block;
    position: relative;
    background-color: transparent;
    width: 25px;
    height: 25px;
    transform-origin: center;
    border: 2px solid var(--green);
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
  }
  .checkbox-wrapper-24 label span:before {
    content: "";
    width: 0px;
    height: 2px;
    border-radius: 2px;
    background: var(--green);
    position: absolute;
    transform: rotate(45deg);
    top: 11px;
    left: 8px;
    transition: width 50ms ease 50ms;
    transform-origin: 0% 0%;
  }
  .checkbox-wrapper-24 label span:after {
    content: "";
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: var(--green);
    position: absolute;
    transform: rotate(305deg);
    top: 14px;
    left: 9px;
    transition: width 50ms ease;
    transform-origin: 0% 0%;
  }
  .checkbox-wrapper-24 label:hover span:before {
    width: 5px;
    transition: width 100ms ease;
  }
  .checkbox-wrapper-24 label:hover span:after {
    width: 10px;
    transition: width 150ms ease 100ms;
  }

  .checkbox-wrapper-24 input[type=checkbox] {
    display: none;
  }
  .checkbox-wrapper-24 input[type=checkbox]:checked + label span {
    background-color: var(--green);
    transform: scale(1.25);
  }
  .checkbox-wrapper-24 input[type=checkbox]:checked + label span:after {
    width: 10px;
    background: var(--white);
    transition: width 150ms ease 100ms;
  }
  .checkbox-wrapper-24 input[type=checkbox]:checked + label span:before {
    width: 5px;
    background: var(--white);
    transition: width 150ms ease 100ms;
  }
  .checkbox-wrapper-24 input[type=checkbox]:checked + label:hover span {
    background-color: var(--orange);
    transform: scale(1.25);
  }
  .checkbox-wrapper-24 input[type=checkbox]:checked + label:hover span:after {
    width: 10px;
    background: var(--white);
    transition: width 150ms ease 100ms;
  }
  .checkbox-wrapper-24 input[type=checkbox]:checked + label:hover span:before {
    width: 5px;
    background: var(--white);
    transition: width 150ms ease 100ms;
  }


/*--------------------------------------------------------------
# Training Details Page
--------------------------------------------------------------*/
#training_details_header {
  width: 100%;
  height: 320px;
/*  background: linear-gradient(rgba(255, 83, 0, 0.5), rgba(255, 83, 0, 0.5)), url("/assets/img/code.png") fixed center center;*/
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("/assets/img/orange_code.png") fixed center center;
  background-size: cover;
  position: relative;
}

#training_details_header .container {
  padding-top: 72px;
  position: relative;
  text-align: center;
}


#training_details_header h1 {
  margin: 0 0 10px 0;
  font-size: 60px;
  color: #fff;
  font-family: "brave-hearted", sans-serif;
}

#training_details_header h2 {
  color: #eee;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
}

@media (min-width: 1024px) {
  #training_details_header {
    background-attachment: fixed;
  } 
}
@media (max-width: 1024px) {
  #training_details_header {
    background-attachment: scroll;
  }
}

@media (max-width: 768px) {

  #training_details_header h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #training_details_header h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

.training_details {
  background-color: var(--black);
  color: var(--white);
}

.training_details .section-title h2 {
  color: var(--orange);
}

.training_details .content ul {
  list-style: none;
  padding-left: 30px;
}

.training_details .content ul li {
  padding-left: 28px;
  position: relative;
}

.training_details .content ul li+li {
  margin-top: 10px;
}

.training_details .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: var(--orange);
  line-height: 1;
}

.training_details .content p:last-child {
  margin-bottom: 0;
}

.training_details .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #009961;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #009961;
}

.training_details .content .btn-learn-more:hover {
  background: #009961;
  color: #fff;
  text-decoration: none;
}

.training_details img {
  object-fit: scale-down;
  max-width: 300px;
}

.training_details i {
  color: var(--orange) !important;
      -ms-transform:rotate(270deg);     /* Internet Explorer 9 */
    -webkit-transform:rotate(270deg); /* Chrome, Safari, Opera */
    transform:rotate(270deg);         /* Standard syntax */
}



.training_details-btn {
  background: var(--orange);
  color: #000;

  border-radius: 50px;
  padding: 8px 25px 9px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 20px;
  font-family: raleway, sans-serif;
  font-weight: bold;
}

.training_details-btn:hover {
  background: #fff;
  color: var(--orange);
}

.training_description {
  padding-top: 20px;
}

.trainer_details {
  background: var(--darkgrey);
  padding: 20px;
  border-radius: 10px;
  text-align: left;
}

.trainer_details_header {
  text-align: center;
  color: var(--orange);
  text-shadow: 2px 2px 2px black;;
}

.trainer_details .portrait {
  border-radius: 50%;
  width: 222px;
}


.training-ticket{
  padding: 20px;
  text-align: center;
}

.training-ticket-btn {
  background: var(--orange);
  color: #000;
  border-radius: 50px;
  padding: 8px 25px 9px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 28px;
  display: inline-block;
  font-family: raleway, sans-serif;
  font-weight: bold;
}

@media (max-width: 991px) {
 .trainer-btn {
    visibility: hidden;
 }
}

.training-ticket-btn:hover {
  background: var(--white);
  color: var(--orange);
}

.carousel-inner img {
  margin: auto;
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3)), url("../img/leaves.jpeg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta .section-title h2 {
  color: var(--orange);
  text-shadow: 2px 2px 5px var(--black);
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-shadow: 2px 2px 5px var(--black);
}

.cta p {
  color: #fff;
  text-shadow: 2px 2px 5px var(--black);
}


.cta ul li {
  color: var(--white);
}


.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  background: var(--orange);
  color: var(--white);
  border-radius: 50px;
  border: solid var(--orange);
}

.cta .cta-btn:hover {
  background: var(--white);
  color: var(--orange);
}

.cta .shading_box {
  padding: 30px;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Conference
--------------------------------------------------------------*/

.conference {
  background-color: var(--black);
  color: var(--white);
}

.conference .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.conference .icon-box i {
  font-size: 48px;
  float: left;
  color: var(--orange);
}

.conference .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.conference .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}


/*--------------------------------------------------------------
# Schedule (on homepage)
--------------------------------------------------------------*/

.schedule {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("/assets/img/pretalx.png") fixed center center;
  background-size: cover;
  padding: 0 0;
  color: var(--white);
}

#schedule .container {
  padding-top: 72px;
  position: relative;
  text-align: center;
}

#schedule h2 {
  margin: 0 0 10px 0;
  font-size: 120px;
  font-weight: normal;
  color: #fff;
  font-family: "brave-hearted", sans-serif;
}


@media (max-width: 1024px) {
  .schedule {
    background-attachment: scroll;
  }
}

@media (max-width: 769px) {
  #schedule h2 {
    font-size: 80px;
  }
}

.schedule-container {
  width:95vw;
  max-width: 95vw;
  display: flex;
  margin: auto;
  overflow: scroll;
}



@media (max-width: 1200px) {

  .schedule-container {
    max-width: 95vw;
    width: 710px;
    display: flex;
    margin: auto;
    overflow: scroll;
  }

}

/*--------------------------------------------------------------
# Speakers
--------------------------------------------------------------*/

.speakers {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url("/assets/img/team_background.png") fixed center center;
  background-size: cover;
  padding: 120px 0;
  color: var(--white);
}

.speakers .icon-box {
  padding: 60px 30px;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 18px;
  border-bottom: 5px solid var(--green);;
}

.speakers .speaker {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.speakers .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 32px;
  color: var(--orange);
  transition: ease-in-out 0.3s;
}

.speakers .icon-box h5 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  color: var(--white);
  transition: ease-in-out 0.3s;
  text-align: right;
}

.speakers .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color: var(--white);
}

.speakers .speaker_header {
  text-align: center;
}


/*--------------------------------------------------------------
# VENUE
--------------------------------------------------------------*/

.venue {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), url("../img/meervaart3.jpeg") fixed center center no-repeat;
  background-size: cover;
  color: var(--white);
  padding: 0;
}

.venue .container {
  padding-right: 0;
}

.venue h2 {
  color: var(--orange);
}

.venue .section-title h2 {
  color: var(--white);
  padding-top: 80px;
}

.venue img {
  width: 100%
}

.venue .venue-card {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px;
}

.orange {
  color: var(--orange);
}

/*--------------------------------------------------------------
# team
--------------------------------------------------------------*/
.team {

  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3)), url("../img/team_background.png") fixed center center no-repeat;
  background-size: cover;
  padding: 80px 0 60px 0;
  position: relative;
  color: white;
}

@media (max-width: 1024px) {
  .team {
    background-attachment: scroll;
  }
}

.team .title {
  position: relative;
  color: #fff;
  margin-bottom: 40px;
  text-shadow: 2px 2px 5px var(--black);
}

.team .title h3 {
  font-size: 36px;
  font-weight: 700;
}


.team h4 {
  color: var(--white);
  padding-top: 15px;
  font-size: 25px;
  text-shadow: 2px 2px 5px var(--black);
}

.team .team_portrait {
  border-radius: 50%;
  width: 50%;
}

.team a {
  color: var(--white);
}

.team a:hover {
  color: var(--orangelight);
}

.team .socials {
  padding: 5px;
  font-size: 20px;
}





/*--------------------------------------------------------------
# Sponsors
--------------------------------------------------------------*/

.sponsors {
  background: var(--black);
  color: var(--white);
}


.sponsors .platinum :after{
  background-color: var(--platinum);
  background-image: linear-gradient(147deg, var(--platinum) 0%, var(--platinumdark) 24%, var(--platinum) 75%, var(--platinumdark) 95%);
}

.sponsors .gold :after{
  background-color: var(--gold);
  background-image: linear-gradient(147deg, var(--gold) 0%, var(--goldlight) 24%, var(--gold) 75%, var(--goldlight) 95%);
}

.sponsors .silver :after{
  background-color: var(--silver);
  background-image: linear-gradient(147deg, var(--silver) 0%, var(--lightgrey) 24%, var(--silver) 75%, var(--lightgrey) 95%);
}

.sponsors .bronze :after{
  background-color: var(--bronze);
  background-image: linear-gradient(147deg, #D47800 0%, #662E00 24%, #D47800 75%, #6c3a15 100%);
}

.sponsors .bronze, .sponsors .silver, .sponsors .gold {
  padding-top: 40px;
}


.sponsors .sponsors-logo {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 25px;
  height: 140px;
  margin-top: 20px;
}

.sponsors .platinum-sponsor {
  background-color: var(--platinum);
  background-image: linear-gradient(147deg, var(--platinum) 0%, var(--platinumdark) 24%, var(--platinum) 75%, var(--platinumdark) 95%);
}

.sponsors .gold-sponsor {
  background-color: var(--gold);
  background-image: linear-gradient(147deg, var(--gold) 0%, var(--goldlight) 24%, var(--gold) 75%, var(--goldlight) 95%);
}

.sponsors .silver-sponsor {
  background-color: var(--silver);
  background-image: linear-gradient(147deg, var(--silver) 0%, var(--lightgrey) 24%, var(--silver) 75%, var(--lightgrey) 95%);
}

.sponsors .bronze-sponsor {
  background-color: var(--bronze);
  background-image: linear-gradient(147deg, #662E00 0%,  #D47800 75%, #6c3a15 100%);
}

.sponsors .sponsors-logo:hover img {
  transform: scale(1.1);
}

.sponsors .sponsors-logo img {
  transition: all 0.4s ease-in-out;
  max-height: 140px;
  width: auto;
}

.sponsors .sponsors-wrap {
  padding: 0 100px 0 100px;
}


/*--------------------------------------------------------------
# Friends
--------------------------------------------------------------*/

.friends {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url("../img/team_background.png") fixed center center repeat;
  color: var(--white);
}

@media (max-width: 1024px) {
  .friends {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url("../img/team_background.png") fixed top center repeat;
    background-attachment: scroll;
  }
}

.friends .friends-logo {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.5);
  height: 140px;
  margin-top: 20px;
}

.friends .friends-logo:hover img {
  transform: scale(1.1);
}

.friends .friends-logo img {
  transition: all 0.4s ease-in-out;
  max-height: 140px;
  width: auto;
}

.friends .friends-wrap {
  padding: 0 100px 0 100px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #f4f4f4;
  border-radius: 50px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #009961;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #009961;
  padding: 15px 20px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #33ffb4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

.portfolio .portfolio-item:hover img {
  top: -30px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #009961;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #009961;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(40, 40, 40, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Tickets
--------------------------------------------------------------*/
.tickets {
  background-color: #f9f9f9;
}

.tickets .box {
  padding: 40px 20px;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}

.tickets .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #282828;
}

.tickets .box h4 {
  font-size: 42px;
  color: var(--orange);
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.tickets .box h4 sup {
  font-size: 20px;
  top: -15px;
  color: lightslategray;
  background: linear-gradient(to left top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%);

}

.tickets .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.tickets .box .old_price {
  display: inline-block;
  text-align: right;
}

.tickets .box .invisible_price {
  visibility: hidden;
  display: inline-block;
  text-align: left;
}

.tickets .box .current_price {
  display: inline-block; text-align: center
}

.tickets .box ul {
  padding: 20px 0;
  list-style: none;
  color: #282828;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.tickets .box ul li {
  padding-bottom: 16px;
}

.tickets .box ul i {
  color: #009961;
  font-size: 18px;
  padding-right: 4px;
}

.tickets .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.tickets .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 50px;
  border: 2px solid var(--orange);
  color: var(--orange);
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.tickets .box .btn-buy:hover {
  background: var(--orange);
  color: #fff;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact {
  background-color: var(--black);
  color: var(--white);
}

.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 32px;
  float: left;
  line-height: 1;
  color: var(--orange);
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #777777;
}

.contact .info a {
  color: #777777;
}

.contact .info a:hover {
  color: var(--orange);
}

/*--------------------------------------------------------------
# Newsletter
--------------------------------------------------------------*/

.newsletter {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/newspaper.png") fixed center center repeat;
  color: var(--white);
}
.newsletter p{
  color: var(--white);
}

#mc_embed_signup {
  font: 14px Helvetica, Arial, sans-serif;
  width: 600px;
}
#mc_embed_signup form {
  margin: 0;
}




/*--------------------------------------------------------------
# Newsletetr (single page)
--------------------------------------------------------------*/

.newsletter_touch_title {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("/assets/img/pretalx.png") fixed center center;
  background-size: cover;
  padding: 0 0;
  color: var(--white);
}

#newsletter_touch_title .container {
  padding-top: 72px;
  position: relative;
  text-align: center;
}

#newsletter_touch_title h2 {
  margin: 0 0 10px 0;
  font-size: 120px;
  font-weight: normal;
  color: #fff;
  font-family: "brave-hearted", sans-serif;
}


@media (max-width: 1024px) {
  .newsletter_touch_title {
    background-attachment: scroll;
  }
}

@media (max-width: 769px) {
  #newsletter_touch_title h2 {
    font-size: 80px;
  }
}



.newsletter_touch {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("/assets/img/pretalx.png") fixed center center;
  color: var(--white);
}

.newsletter_touch h2{
  color: var(--white);
  font-size: 40px;
}

.indicates-required {
  color: var(--white);
  font-size: 20px !important;
}

.newsletter_touch p{
  color: var(--white);
  font-size: 20px;
}

#mc_embed_signup {
  font: 20px Helvetica, Arial, sans-serif;
  width: 600px;
}
#mc_embed_signup form {
  margin: 0;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f9f9f9;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 991px) {
  .breadcrumbs {
    margin-top: 63px;
  }
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #424242;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: var(--orange);
  color: var(--black);
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  position: relative;
  font-family: "brave-hearted", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
  font-weight: bold;
}

#footer img {
  max-height: 40px;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: var(--black);
  color: var(--orange);
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: var(--orangelight);
  color: var(--white);
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}

#footer .credits a {
  color: #00b371;
  transition: 0.3s;
}

#footer .credits a:hover {
  color: #009961;
}

.blx-bluesky::before {
    content: "";
    background-color: currentColor;
    -webkit-mask: url("/assets/img/bluesky_icon.svg") no-repeat 50% 50%;
    mask: url("/assets/img/bluesky_icon.svg") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    height: 16px;
    width: 16px;
    display: block;
    margin-top: 2px;
}


/** COUNTDOWN **/

.flipper {
  color: #333;
  font-size: 100px !important;
  line-height: 100%;
  padding: 0;
  margin: 0;
  height: 1em;
  display: table;
  margin: 0 auto;
}
.flipper.flipper-invisible {
  font-size: 0px !important;
}

.flipper-group {
  position: relative;
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
.flipper-group label {
  position: absolute;
  color: #fff;
  font-size: 20%;
  top: 100%;
  line-height: 1em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  padding-top: .5em;
}

.flipper-digit {
  white-space: nowrap;
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
  height: 1.2em;
  overflow-y: hidden;
}
.flipper-digit span {
  font-size: 25%;
}

.flipper-delimiter {
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  color: #fff;
  min-width: .1em;
  white-space: nowrap;
  display: block;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  line-height: 1em;
}

.digit-face {
  display: block;
  visibility: hidden;
  position: relative;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  box-sizing: border-box;
  text-align: center;
}

.digit-next {
  display: block;
  position: relative;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  height: 1.2em;
  background: #fff;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.digit-top {
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  background: #fff;
  padding-top: 0.1em;
  padding-bottom: 0;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-top-left-radius: 0.1em;
  border-top-right-radius: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background 0s linear, -webkit-transform 0s linear;
  transition: transform 0s linear, background 0s linear;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform-origin: 0 0.6em 0 !important;
          transform-origin: 0 0.6em 0 !important;
  -webkit-transform-style: preserve-3d !important;
          transform-style: preserve-3d !important;
  z-index: 20;
}
.digit-top.r {
  transition: background 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, background 0.2s linear;
  transition: transform 0.2s linear, background 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  background: #cccccc;
}

.digit-top2 {
  visibility: hidden;
  position: absolute;
  height: 50%;
  left: 0;
  right: 0;
  background: #cccccc;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  line-height: 0em !important;
  top: 50% !important;
  bottom: auto !important;
  padding-top: 0;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-bottom-left-radius: 0.1em;
  border-bottom-right-radius: 0.1em;
  overflow: hidden;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background 0s linear, -webkit-transform 0s linear;
  transition: transform 0s linear, background 0s linear;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transform-style: preserve-3d !important;
          transform-style: preserve-3d !important;
  -webkit-transform-origin: 0 0 0 !important;
          transform-origin: 0 0 0 !important;
  z-index: 20;
}
.digit-top2.r {
  visibility: visible;
  transition: background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  background: #fff;
}

.digit-bottom {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  background: #fff;
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  line-height: 0em;
  padding-top: 0;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-bottom-left-radius: 0.1em;
  border-bottom-right-radius: 0.1em;
  box-sizing: border-box;
  text-align: center;
  transition: none;
}
.digit-bottom.r {
  transition: background 0.2s linear;
  background: #cccccc;
}

.flipper-digit:after {
  content: "";
  position: absolute;
  height: 2px;
  background: rgba(0, 0, 0, 0.5);
  top: 50%;
  display: block;
  z-index: 30;
  left: 0;
  right: 0;
}

@media (max-width: 991px) {
  #myFlipper {
    font-size: 75px !important;
  }
}

@media (max-width: 768px) {
  #myFlipper {
    font-size: 50px !important;
  }
}



