@font-face {
  font-family: 'metalreg-1';
  src: url('../fonts/metal_reg-1-webfont.woff2') format('woff2'),
       url('../fonts/metal_reg-1-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'metalreg-2';
  src: url('../fonts/metal_reg-2-webfont.woff2') format('woff2'),
       url('../fonts/metal_reg-2-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'metalreg-3';
  src: url('../fonts/metal_reg-3-webfont.woff2') format('woff2'),
       url('../fonts/metal_reg-3-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'metalreg-4';
  src: url('../fonts/metal_reg-4-webfont.woff2') format('woff2'),
       url('../fonts/metal_reg-4-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'metalreg-5';
  src: url('../fonts/metal_reg-5-webfont.woff2') format('woff2'),
       url('../fonts/metal_reg-5-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

header#sp-header {
  position: absolute;
  background: rgba(53, 53, 53, 0.3);
  box-shadow: none;
}

header#sp-header.header-sticky {
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
  background: #353535;
}

.offcanvas-menu .logo {
  display: none;
}

header .sp-megamenu-parent>li>a {
  text-transform: uppercase;
  font-family: 'metalreg-2';
  font-size: 22px;
}

/*header#sp-header.header-sticky .sp-megamenu-parent>li>a {
  color: #252525;
}

header#sp-header.header-sticky .sp-megamenu-parent>li>a:hover {
  color: #01add3;
}*/

header #offcanvas-toggler span {
  background: #fff;
}

/*header#sp-header.header-sticky #offcanvas-toggler span {
  background: #252525;
}*/

/*section#partners {
  display: none !important;
}*/

/* section#partners img {
  filter: grayscale(100%);
  opacity: 0.5;
} */

section#details h3 {
  font-family: 'metalreg-3', Arial;
}

section#details p {
  font-family: 'metalreg-2', Arial;
}

section#description h3 {
  font-family: 'metalreg-4', Arial;
}

/* section#description p {
  font-family: 'metalreg-1', Arial;
} */

section#certificates h3 {
  font-family: 'metalreg-3', Arial;
}

section#speakers h3 {
  font-family: 'metalreg-3', Arial;
}

/* section#speakers h5 {
  font-family: 'metalreg-2', Arial;
} */

/* section#speakers p {
  font-family: 'metalreg-1', Arial;
}

section#schedule {
  display: none;
} */

section#schedule h3 {
  font-family: 'metalreg-3', Arial;
}

section#schedule table {
  border-collapse: separate;
  color: #23263b;
  /* font-family: 'metalreg-1', Arial; */
}

section#schedule .sppb-nav-pills > li.active > a,
section#schedule .sppb-nav-pills > li.active > a:hover,
section#schedule .sppb-nav-pills > li.active > a:focus {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
}

section#schedule table td {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 10px;
}

.sppb-nav-pills > li >a {
  border-radius: 10px;
}

section#materials h3 {
  font-family: 'metalreg-3', Arial;
}

section#location h3 {
  font-family: 'metalreg-3', Arial;
}

section#faq h3 {
  font-family: 'metalreg-3', Arial;
}

.login .list-group {
  display: none;
}

.btn-rounded {
  border-radius: 20px;
}

.btn-pulse a {
  -webkit-animation: pulsing 1.25s infinite;
  -moz-animation: pulsing 1.25s infinite;
  -ms-animation: pulsing 1.25s infinite;
  animation: pulsing 1.25s infinite;
}

.btn-pulse a:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
  box-shadow: none !important;
}

@-webkit-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(0, 255, 210, 0);
  }
}

@-moz-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(0, 255, 210, 0);
  }
}

@-ms-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(0, 255, 210, 0);
  }
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(0, 255, 210, 0);
  }
}

#gallery iframe {
  width: 100%;
  height: 400px;
}

#sp-bottom {
  font-size: 1rem;
}

/* #sp-bottom h3 {
  font-family: 'metalreg-3', Arial;
}

#sp-bottom p, #sp-bottom a {
  font-family: 'metalreg-2', Arial;
  font-weight: 400;
} */


#sp-bottom .menu-bottom {
  flex-direction: column;
  font-weight: 600;
}

#sp-footer .container-inner {
  border-top: 0;
}

#sp-footer .footer-social>div {
  display: flex;
  justify-content: space-around;
}

#sp-footer .footer-social>div a {
  font-size: 1.5rem;
}

.btn-danger {
  background-color: #ff0000;
  border-color: #ff0000;
}

.btn-info {
  background-color: #62ddc9;
  border-color: #62ddc9;
}

/* Video */
video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.video-wrapper {
  width: 100%;
  height: 800px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-content {
  font-family: 'Montserrat';
  position: relative;
  color: white;
  max-width: 48%;
}

.video-content .title {
  text-align: right;
  margin-right: 50px;
}

.video-content h1 {
  font-size: 4.45rem;
  color: #00ffd2;
}

.video-content .year {
  font-size: 4.1rem;
  font-weight: 700;
  color: #00ffd2;
  border-color: #00ffd2 !important;
  padding: 20px 50px;
  margin-top: 17px;
  line-height: 1;
}

.video-content .btn-pulse a {
  box-shadow: 1px 1px 1px 1px rgba(0, 255, 210, 0.5);
}

.video-content img {
  /*width: 350px;*/
  width: 305px;
}

.video-content a.btn-success {
  background-color: #00ffd2;
  border-color: #00ffd2;
  font-family: 'metalreg-1', Arial;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #gallery .sppb-text-right {
  	text-align: center;
  }

  .video-wrapper {
    height: 600px;
  }

  .video-content {
    max-width: 80%;
  }

  .video-content .year {
    font-size: 1.5rem;
    margin-bottom: 20px;
    margin-top: 12px;
    padding: 10px 25px;
  }

  .video-content .title {
    margin-right: 0;
    text-align: center;
  }

  .video-content h1 {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .video-content {
    max-width: 80%;
  }

  .video-content .title {
    margin-right: 50px;
    text-align: right;
  }

  .video-content h1 {
    font-size: 2.5rem;
  }

  .video-content .year {
    font-size: 1.9rem;
    margin-top: 10px;
    padding: 20px 40px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .video-content {
    max-width: 60%;
  }
}

.swiper-img-cont {
  max-width: 190px;
}

.swiper-wrapper {
  display: flex;
  align-items: center;
}

section#faq .btn-faq {
  box-shadow: 1px 1px 1px 1px rgba(0, 255, 210, 0.5);
  border-radius: 50px;
}

section#faq .btn-faq,
section#faq a.btn-faq:hover,
section#faq a.btn-faq:focus,
section#faq a.btn-faq:active {
  background-color: #00ffd2;
  border-color: #00ffd2;
  font-family: 'metalreg-1', Arial;
  width: 100%;
}

.countdown {
  background: linear-gradient(270deg,#ffffff4d,#0000);
  border: 1px solid #ffffff4d;
  padding: 20px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.countdown p {
  display: none;
}

.countdown h2 {
  font-family: 'metalreg-2', Arial;
  font-size: 2rem !important;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
}

.timer {
  display: flex;
  gap: 30px;
}

.time-segment {
  text-align: center;
}

.time-value {
  font-size: 4rem !important;
  color: #00ff99;
  font-family: 'metalreg-3', Arial;
  font-weight: 600;
}

.time-label {
  font-size: 1.5rem !important;
  color: #ffffff;
  font-family: 'metalreg-2', Arial;
}

@media (max-width: 767px) {
  header #sp-logo {
    width: 70%;
  }

  header #sp-logo img {
    height: auto;
  }

  .countdown {
    flex-direction: column;
  }

  .countdown h2 {
    font-size: 1.5rem !important;
  }

  .timer {
    margin-top: 20px;
    gap: 10px;
  }

  .time-value {
  	font-size: 2rem !important;
  }

  .time-label {
  	font-size: 0.8rem !important;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .countdown h2 {
    font-size: 1.5rem !important;
  }

  .timer {
  	gap: 20px;
  }

  .time-value {
  	font-size: 2rem !important;
  }

  .time-label {
  	font-size: 1rem !important;
  }
}
