/*
  Theme Name: TheEvent
  Theme URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*-------------
# CSS Colours #
--------------*/

:root {
   --primarycolor:	#F77400;
   --secondarycolor:	#D43901;
   --tertiarycolor:	#FFB565;

   --darkbluegrey:	#002533;
   --steelbluegrey:	#004d66;
   --bluegrey:		#006080;
   --skyblue:		#80dfff;

   --aqua:		#1aecff;

   --idioticwhite:	#f6f7fd;
   --snow:		#ebebeb;
   --grey:		#808080;
   --lightgrey:		#dddddd;
   --greyblack:		#262c44;
   --silver:		#e0e5ea;
   --dullsilver:	#d1d9e0;

   --scarlet:		#ff3c1d;
   --crimson:		#e0072f;
   --maroon:		#7b0304;
   --orangered:		#ff4500;
   --lemonyellow:	#ffee00;
   --amber:		#f19030;

   --darkerinkblue:	#112363;

   --white:		#ffffff;
   --black:		#000000;

   --sunsetyellow:	#e9df0f;
   --sunsetorange:	#f8610e;
   --sunsetred:		#f41114;

   --activecard:	rgba(0, 33, 51, 0.5);
   --mutedcard:		rgba(0, 11, 17, 0.5);
}

/*----------
# Webfonts #
-----------*/

@font-face {
    font-family: 'Ringzer0';
    src: url('Ringzer0-Regular.woff2') format('woff2'),
         url('Ringzer0-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BTTF';
    src: url('Backtothefuture2002-Regular.woff2') format('woff2'),
         url('Backtothefuture2002-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'nidus';
    src: url('nidsans-webfont.woff2') format('woff2'),
         url('nidsans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Exan';
    src: url('Exan-Regular.woff2') format('woff2'),
         url('Exan-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nulshock';
    src: url('NulshockRg-Bold.woff2') format('woff2'),
         url('NulshockRg-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dosis';
    src: url('Dosis-Regular.woff2') format('woff2'),
        url('Dosis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Conthrax';
    src: url('ConthraxSb-Regular.woff2') format('woff2'),
         url('ConthraxSb-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'D-DIN';
    src: url('D-DIN-Italic.woff2') format('woff2'),
        url('D-DIN-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'D-DIN';
    src: url('D-DIN.woff2') format('woff2'),
        url('D-DIN.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'D-DIN';
    src: url('D-DIN-Bold.woff2') format('woff2'),
        url('D-DIN-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bisect';
    src: url('BisectRegular.woff2') format('woff2'),
        url('BisectRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DS-Digital';
    src: url('DS-Digital.woff2') format('woff2'),
        url('DS-Digital.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*
@font-face {
    font-family: 'Vujahday';
    src: url('VujahdayScript-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/

@font-face {
    font-family: 'Vujahday';
    src: url('VujahdayScript-Regular.woff2') format('woff2'),
        url('VujahdayScript-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: var(--black);
  color: var(--steelbluegrey);
  font-family: "D-DIN", sans-serif;
}

a {
  color: var(--primarycolor);
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: var(--primarycolor);
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
}

s {
   text-decoration-line: line-through;
   text-decoration-thickness: 10%;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Nulshock", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: var(--primarycolor);
}

.primary-color {
  color: var(--primarycolor);
}

.secondary-color {
  color: var(--secondarycolor);
}

.tertiary-color {
  color: var(--tertiarycolor);
}

.main-page {
  margin-top: 70px;
}

.wow {
  visibility: hidden;
}

.midbox {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  padding: 20px;
}

.lightbox {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  padding: 20px;
}

.darkbox {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  padding: 20px;
}

/* Preloader */

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: var(--white) url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: var(--steelbluegrey);
  color: var(--black);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s ease-in-out;
  z-index: 5;
}

.back-to-top i {
  font-size: 24px;
  padding-top: 6px;
}

.back-to-top:focus {
  background: var(--steelbluegrey);
  color: var(--black);
  outline: none;
}

.back-to-top:hover {
  background: var(--primarycolor);
  color: var(--black);
}

/* Sections Header
--------------------------------*/

.section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

.section-header h1 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 10px;
}

.section-header h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 10px;
}

.section-header h3 {
  text-align: center;
  margin-bottom: 10px;
}

.section-header h4,
.section-header h5 {
  text-align: center;
  color: var(--primarycolor);
  margin-bottom: 10px;
}

.section-header h5 {
   font-family: "Conthrax", sans-serif;
   font-size: 18px;
   margin-bottom: 20px;
}

.section-header h5 a {
   display: inline-block;
   border: 1px solid var(--primarycolor);
   background-color: rgba(0,77,102,0.5);
   color: var(--primarycolor) !important;
   border-radius: 10px;
   padding: 6px 12px;
}

.section-header h5 a:hover {
   background-color: var(--black);
   color: var(--white) !important;
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 24px;
  color: var(--primarycolor);
}

.section-with-bg {
  background-color: var(--idioticwhite);
}



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

#header {
  height: 90px;
  padding: 10px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: linear-gradient(0deg, rgba(0,0,0,0) 20%, rgba(6,12,0,0.98) 100%);
}

#header.header-scrolled,
#header.header-fixed {
  background: rgba(6, 12, 0, 0.95);
  height: 70px;
  padding: 10px 0;
  transition: all 0.5s;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Ringzer0", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 span {
  color: var(--primarycolor);
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: var(--white);
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  /*color: rgba(202, 206, 221, 0.7);*/
  color: var(--white);
  font-family: "nidus", sans-serif;
  /*font-weight: 600;*/
  font-size: 16px;
  outline: none;
}

.nav-menu .menu-active a,
.nav-menu a:hover {
  color: var(--primarycolor);
}

.nav-menu > li {
  margin-left: 8px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--primarycolor);
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

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

.nav-menu li.buy-tickets a {
  color: var(--black);
  background: var(--primarycolor);
  padding: 7px 14px;
  border-radius: 10px;
  border: 1px solid var(--primarycolor);
  transition: all ease-in-out 0.3s;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  text-transform: uppercase;
}

.nav-menu li.buy-tickets a:hover {
  color: var(--primarycolor);
  background: none;
}

.nav-menu li.buy-tickets:hover a:before,
.nav-menu li.buy-tickets.menu-active a:before {
  visibility: hidden;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: var(--white);
  border-radius: 3px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: var(--darkbluegrey);
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  border-radius: 3px;
}

.nav-menu ul li:hover > a {
  background: var(--primarycolor);
  color: var(--white);
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 15px 15px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: var(--white);
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(6, 12, 0, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: var(--white);
  font-size: 17px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: var(--primarycolor);
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: var(--white);
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: var(--primarycolor);
}

#mobile-nav ul .menu-item-active {
  color: var(--primarycolor);
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(6, 12, 0, 0.8);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: var(--white);
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 100vh;
  background-size: cover !important;

  background: url("../img/theme/stars.webp") center center;
  overflow: hidden;
  position: relative;
}

#intro:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .intro-container-top,
#intro .intro-container-middle,
#intro .intro-container-bottom,
#intro .intro-container-topright {
  position: absolute;
  display: -webkit-box;
  display: box;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#intro .intro-container-top {
  top: 20%;
  bottom: 0;
  left: 0;
  right: 0;
}

#intro .intro-container-middle {
  /*top: 10%;*/
  top: 35%;
  bottom: 35%;
  left: 0;
  right: 0;
}

#intro .intro-container-middle img {
  max-width:  75%;
}

#intro .intro-container-bottom {
  bottom: 3vh;
  left: 0;
  right: 0;
}

#intro .intro-container-topright {
  top: 15vh;
  left: 60%;
  right: 0;
}

#intro h1,
#workshops-details .workshops h1 {
  font-family: "Conthrax", sans-serif;
  font-size: 10vh;
  color: var(--primarycolor);
  text-transform: uppercase;
}

#intro h1 span {
  color: var(--secondarycolor);
  text-transform: lowercase;
}

#workshops-details .workshops h1 span {
  color: var(--primarycolor);
  text-transform: uppercase;
}

#intro h1 span .hide,
#workshops .workshops h1 span .hide {
  visibility: hidden;
}


#intro h2 {
  color: var(--secondarycolor);
  font-family: "Conthrax", sans-serif;
  font-size: 3vh;
  text-align: right !important;
  letter-spacing: 1px;
  text-shadow: 2px 2px 5px rgba(0,0,0,1);
}

#intro h2 .smaller {
  font-size: 2.5vh;
}

#intro h2 .evensmaller {
  font-size: 2vh;
}

#intro h2 .spanyellow {
  color: var(--sunsetyellow);
}

#intro .highlight {
  color: var(--white);
}

#intro .subheading {
  font-size: 2rem;
}

#intro h3 {
   font-family: "Conthrax", sans-serif;
   text-transform: uppercase;
   font-size: 1.3rem;
   font-weight: normal;
   color:  var(--white);
}

#intro h3 span {
  color: var(--primarycolor);
}

#intro h4 {
  color: var(--white);
  font-family: "Dosis", sans-serif;
  font-size: 20px;
}

#intro h4 span {
  color: var(--primarycolor);
}

#intro p {
  color: var(--snow);
  font-weight: 700;
  font-size: 20px;
}

#intro .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--primarycolor) 50%, var(--steelbluegrey) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#intro .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--white);
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#intro .play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#intro .play-btn:hover::after {
  border-left: 15px solid var(--primarycolor);
  -webkit-transform: scale(20);
  transform: scale(20);
}

#intro .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--white);
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

#instructors .about-btn,
#intro .about-btn,
#intro .group-btn {
  font-family: "Conthrax", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px;
  border-radius: 10px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: var(--white);
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 1px solid var(--grey);
  background-color: rgba(0,0,0,0.3);
}

#intro .about-btn:hover,
#intro .group-btn:hover {
  background-color: rgba(0,0,0,0.7);
  color: var(--white);
}

#intro .smallheading {
  font-size: 16px;
}

#intro .yellow {
  color: var(--lemonyellow) !important;
  border: 1px solid rgba(255,238,0,0.5);
}

#intro .amber {
  color: var(--amber) !important;
  border: 1px solid rgba(241, 144, 48, 0.5);
}

#intro .turquoise {
  color: var(--primarycolor) !important;
  border: 1px solid rgba(0, 197, 213, 0.5);
}

#intro .darkred {
  color: var(--primarycolor) !important;
  background-color: rgba(204, 0, 0, 0.5);
  border: 1px solid rgb(204, 0, 0);
}

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

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

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

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

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

#about {
  width: 100%;
  background: url("../img/theme/earth_sunrise.webp") center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: var(--white);
  padding: 60px 0 40px 0;
  line-height: 1.2;
}


#about:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#about h2 {
  font-size: 36px;
  /*font-weight: bold;*/
  margin-bottom: 10px;
  color: var(--white);
  text-shadow: 2px 2px 5px rgb(0 0 0);
}

#about h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--white);
}

#about p {
  font-size: 20px;
  margin-bottom: 20px;
  color: var(--white);
  text-align: justify;
}

#about span {
  color: var(--secondarycolor);
}

#about .about-group span {
  color: var(--primarycolor) !important;
}

#about p span {
  color: var(--tertiarycolor);
  font-family: "nidus", sans-serif;
  text-transform: uppercase;
}

#about .submission_date {
  color:  var(--tertiarycolor) !important;
}


/*--------------------------------------------------------------
# Scholarship Section
--------------------------------------------------------------*/

#scholarship {
  background: url("../img/theme/r0_hedy_lamarr2.webp");
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: var(--white);
  padding: 60px 0 40px 0;
  line-height: 1.2;
}

#scholarship:before {
  content: "";
  background: rgba(0, 0, 10, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#scholarship h2 {
  font-size: 30px;
  margin-bottom: 10px;
  color: var(--white);
}

#scholarship h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--white);
}

#scholarship p {
  font-size: 20px;
  margin-bottom: 20px;
  color: var(--white);
  text-align: justify;
}

#scholarship span {
  color: var(--primarycolor);
}

#scholarship p span {
  color: var(--tertiarycolor);
  font-family: "nidus", sans-serif;
  text-transform: uppercase;
}

#scholarship .apply-btn,
#scholarship-blog .apply-btn {
  font-family: "Conthrax", sans-serif;
  font-size: 18;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px;
  border-radius: 10px;
  transition: 0.5s;
  line-height: 1;
  margin-bottom: 20px;
  color: var(--black);
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 1px solid var(--secondarycolor);
  background-color: var(--secondarycolor);
}

#scholarship .apply-btn:hover,
#scholarship-blog .apply-btn:hover {
  background-color: rgba(0,0,0,0.7);
  color: var(--secondarycolor);
}

#scholarship .absolute {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
}

.underlined {
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Instructors Section
--------------------------------------------------------------*/

#instructors {
   background: url("../img/theme/space.webp") center center;
}

.buy-tickets-button {
    margin-top:  50px;
    text-align:  center !important;
}

.buy-tickets-button a {
  color: var(--black);
  background: var(--secondarycolor);
  padding: 7px 14px;
  border-radius: 10px;
  border: 1px solid var(--secondarycolor);
  transition: all ease-in-out 0.3s;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  text-transform: uppercase;
  font-weight:  bold;
}

.cfi-button {
    text-align:  center !important;
}

.cfi-button a {
  display: inline-block;
  color: var(--black);
  background: var(--primarycolor);
  padding: 7px 14px;
  border-radius: 10px;
  border: 1px solid var(--primarycolor);
  transition: all ease-in-out 0.3s;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  text-transform: uppercase;
  font-weight:  bold;
  font-family: "Conthrax", sans-serif;
}

.cfi-button .secondary-color{
  background: var(--secondarycolor);
  border: 1px solid var(--secondarycolor);
}


.instructors-header {
    text-align:  center;
}

.instructors-image {
    width:  80%;
    margin-top: 10px;
    margin-bottom:  10px;
}

#instructors2:before {
   /*  background: rgba(13, 20, 41, 0.5);*/
   background: rgba(0, 0, 10, 0.5);
}

#instructors:before {
   /*  background: rgba(13, 20, 41, 0.5);*/
   background: rgba(0, 0, 0, 0.6);
}

#instructors2,
#instructors {
   background-size: cover;
   overflow: hidden;
   position: relative;
   color: var(--white);
   padding: 60px 0 30px 0;
}

#instructors2:before,
#instructors:before {
   content: "";
   position: absolute;
   bottom: 0;
   top: 0;
   left: 0;
   right: 0;
}

#instructors .section-header {
   background-color: rgba(0,0,0,0.2);
   border-radius: 20px;
}

#instructors .section-header h1 {
   font-family: "BTTF", sans-serif;
   text-transform: uppercase;
   /*font-weight: bold;*/
   font-size: 10vh;
   color: var(--sunsetorange);
   -webkit-text-stroke: 2px white;
   text-stroke: 2px white;
   text-shadow: 3px 3px 8px rgba(0,0,0,1);
   /*text-align: left;*/
}

#instructors .section-header h1 span {
   text-transform: lowercase;
   color: var(--sunsetred);
}

#instructors .section-header h1 .hide {
   visibility: hidden;
}

#instructors2 .section-header h3,
#instructors .section-header h3 {
   font-family: "Conthrax", sans-serif;
   text-transform: uppercase;
   font-size: 1.3rem;
   font-weight: normal;
}

#instructors2 .section-header h4,
#instructors .section-header h4 {
   font-family: "Conthrax", sans-serif;
   text-transform: uppercase;
   font-size: 1.1rem;
   font-weight: normal;
}

#instructors2 .section-header span,
#instructors .section-header span {
   color: var(--white);
}

#instructors2 h4,
#instructors h4 {
   font-family: "nidus", sans-serif;
   text-transform: uppercase;
   font-size: 1.3rem;
   font-weight: normal;
   color: var(--white);
}

#instructors2 h4 span,
#instructors h4 span {
   font-family: "Conthrax", sans-serif;
   color: var(--white);
   border-radius: 4px;
   border: 0;
   padding: 2px 10px 2px 10px;
   white-space: nowrap;
   display: flex;
   justify-content: center;
   align-items: center;
}

#instructors h4 .week_dates {
  font-family: "nidus", sans-serif;
}

.week1 {
   color: var(--primarycolor) !important;
}

.week2 {
   color: var(--secondarycolor) !important;
}

.week1-inverse {
   background-color: var(--primarycolor);
   color: var(--black) !important;
}

.week2-inverse {
   background-color: var(--secondarycolor);
   color: var(--black) !important;
}

.d4,
.d4h {
   color: var(--primarycolor) !important;
}

.d2,
.d2h {
   color: var(--secondarycolor) !important;
}

.d4-inverse,
.d4h-inverse,
.h32-inverse {
   background-color: var(--primarycolor);
   color: var(--black) !important;
}

.d2-inverse,
.d2h-inverse {
   background-color: var(--secondarycolor);
   color: var(--black) !important;
}

#instructors2 .instructor,
#instructors .instructor {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 15px;
}

#instructors2 .instructor2,
#instructors .instructor2 {
  position: relative;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 30px;
}

#instructors2 .instructor2 img,
#instructors .instructor2 img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

#instructors2 .instructor2 .img-thirds,
#instructors .instructor2 .img-thirds {
  width: 33%;
  height: auto;
}

#instructors2 .instructor .details,
#instructors .instructor .details {
  background: rgba(6, 12, 0, 0.76);
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 5;
}

#instructors2 .instructor .details h3,
#instructors .instructor .details h3 {
  font-family: "Conthrax", sans-serif;
  color: var(--aqua);
  font-size: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#instructors2 .instructor .details h5,
#instructors .instructor .details h5 {
  font-family: "Conthrax", sans-serif;
  color: var(--aqua);
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#instructors2 .instructor2 .details h3,
#instructors .instructor2 .details h3 {
  font-family: "D-DIN", sans-serif;
  color: var(--white);
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 3px;
  text-shadow: 2px 2px 5px rgba(0,0,0,1);
}

#instructors2 .instructor2 .details h5,
#instructors .instructor2 .details h5 {
  font-family: "nidus", sans-serif;
  text-transform: uppercase;
  color: var(--primarycolor);
  font-size: 18px;
  margin-bottom: 5px;
  text-shadow: 2px 2px 5px rgba(0,0,0,1);
}

/* To be used when 4 instructors in a row */
#instructors2 .instructor .details h4,
#instructors .instructor .details h4 {
  font-family: "Conthrax", sans-serif;
  color: var(--skyblue);
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#instructors2 .instructor .details h6,
#instructors .instructor .details h6 {
  font-family: "Syntha", sans-serif;
  color: var(--skyblue);
  font-size: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#instructors2 .instructor .details p,
#instructors .instructor .details p {
  color: var(--primarycolor);
  font-size: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "nidus", sans-serif;
}

#instructors2 .instructor .details span,
#instructors2 .instructor2 .details span,
#instructors .instructor .details span,
#instructors .instructor2 .details span {
  font-size: 10px;
  font-weight: bold;
  padding: 2px 10px 2px 10px;
  text-transform: uppercase;
  border-radius: 4px;
  border: 0;
  white-space: nowrap;
  overflow-x: scroll;
}

#instructors2 .instructor .details span,
#instructors .instructor .details span {
  margin-left: 10px;
}

#instructors2 .instructor2 .details span,
#instructors .instructor2 .details span {
  margin-left: 0px;
}

#instructors2 .instructor .details .confirmed,
#instructors .instructor .details .confirmed,
#instructors2 .instructor2 .details .confirmed,
#instructors .instructor2 .details .confirmed {
   font-size: 14px;
}

#instructors2 .instructor .details .cpe,
#instructors .instructor .details .cpe,
#instructors2 .instructor2 .details .cpe,
#instructors .instructor2 .details .cpe {
   margin-left: 5px;
   background-color: var(--dullsilver);
   color: var(--black);
   font-size: 14px;
}

#instructors2 .instructor .details .tbd,
#instructors .instructor .details .tbd,
#instructors2 .instructor2 .details .tbd,
#instructors .instructor2 .details .tbd {
  background-color: var(--steelbluegrey);
  color: var(--black);
  font-size: 14px;
}

#instructors2 .instructor .details .onhold,
#instructors2 .instructor2 .details .onhold,
#instructors2 .instructor .details .soldout,
#instructors .instructor .details .onhold,
#instructors .instructor2 .details .onhold,
#instructors .instructor .details .soldout {
  background-color: var(--orangered);
  color: var(--black);
  font-size: 14px;
}

#instructors2 .instructor .details .weekday,
#instructors .instructor .details .weekday {
  display: none;
  background-color: var(--steelbluegrey);
  color: var(--black);
  font-size: 14px;
}

#instructors2 .instructor .details .weekday,
#instructors .instructor .details .weekday {
  display: none;
  background-color: var(--steelbluegrey);
  color: var(--black);
  font-size: 14px;
}

#instructors2 .instructor .details .social,
#instructors .instructor .details .social {
  height: 30px;
}

#instructors2 .instructor .details a,
#instructors .instructor .details a {
  color: var(--white);
}

#instructors2 .instructor .details a:hover,
#instructors .instructor .details a:hover {
  color: var(--primarycolor);
}

#instructors2 .instructor:hover .details,
#instructors .instructor:hover .details {
  bottom: 0;
}

#instructors2 .section-header s,
#instructors .section-header s {
   color: var(--steelbluegrey);
}

#instructors .card-body,
#instructors2 .card-body {
   padding: 10px;
   text-align: center;
   font-size: 24px;
   color: var(--white);
   font-family: "Exan", sans-serif;
   text-transform: uppercase;
}

#instructors .card,
#instructors2 .card {
   background-color: rgba(0,57,77,0.8) !important;
   margin-bottom: 10px !important;
}

#instructors .intro-container {
   height: 90vh;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   text-align: center;
   padding: 0 15px;
}

#instructors .autoheight {
   height: auto !important;
}

#instructors .about-btn {
   color: var(--white);
}

#instructors .intro-container h2 {
   color: var(--skyblue);
}

#instructors .intro-container h2 span {
   color: var(--white);
}


/*--------------------------------------------------------------
# Instructor Details
--------------------------------------------------------------*/

#instructors-details {
   background: url("../img/theme/spaceman.webp") center center;
   background-size: cover;
   overflow: hidden;
   position: relative;
   color: var(--white);
   padding: 60px 0 30px 0;
}

#instructors-details:before {
   content: "";
   background: rgba(0, 0, 0, 0.7);
   position: absolute;
   bottom: 0;
   top: 0;
   left: 0;
   right: 0;
}

#instructors-details {
  padding: 60px 0;
}

#instructors-details {
   font-size: 20px;
   color: var(--snow); !important;
}

#instructors-details .topmargin {
   margin-top: 70px;
}

#instructors-details .details {
   font-size: 18px;
}

#instructors-details .details a {
   color: var(--dullsilver);
}

#instructors-details .details p {
   color: var(--tertiarycolor);
   line-height: 1.2;
   font-family: "Dosis", sans-serif;
   text-transform: uppercase;
}

#instructors-details .course-details p {
   line-height: 1.2;
}

#instructors-details .instructor-image {
   margin-bottom: 10px;
   border-radius: 15px;
}

#instructors-details h4 {
   font-size: 20px;
   font-family: "Conthrax", sans-serif;
}

#instructors-details .section-header h4 {
   text-transform: uppercase;
   font-size: 20px;
   font-family: "Conthrax", sans-serif;
}

#instructors-details h4 s {
   color: var(--steelbluegrey);
}

#instructors-details h5 {
   font-family: "nidus", sans-serif;
   text-align: center;
   font-size: 16px;
}

#instructors-details code {
   color: var(--aqua);
}

#instructors-details .dates {
   display: inline-block;
   border: 1px solid var(--steelbluegrey);
   background-color: var(--mutedcard);
   border-radius: 5px;
   padding: 4px 8px;
}

#instructors-details .confirmed {
   color: var(--white) !important;
   border: 1px solid var(--secondarycolor) !important;
   background-color: var(--secondarycolor);
}

#instructors-details .confirmed2 {
   border: 1px solid var(--aqua);
   background-color: var(--aqua);
}

#instructors-details .onhold {
   border: 1px solid var(--orangered);
   background-color: var(--orangered);
}

#instructors-details .dates:hover {
   border: 1px solid var(--primarycolor) !important;
   color: var(--black) !important;
   background-color: var(--primarycolor);
}

#instructors-details .course-details b {
   color: var(--primarycolor);
   text-transform: uppercase;
   font-weight: normal;
}

#instructors-details .course-details span {
   color: var(--primarycolor);
}

#instructors-details h2 {
   color: var(--silver);
}

#instructors-details h4 {
   color: var(--dullsilver);
}

#instructors-details .course-details h4 {
   color: var(--primarycolor);
}

#instructors-details .details h2,
#instructors-details .course-details h2 {
  color: var(--primarycolor);
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}

#instructors-details .course-details h2 span {
  color: var(--silver);
}

#instructors-details .details h3,
#instructors-details .course-details h3 {
   /*text-transform: uppercase;*/
   /*font-weight: bold;*/
   font-size: 28px;
   font-family: "nidus", sans-serif;
}

#instructors-details .details .social {
  margin-bottom: 15px;
}

#instructors-details .details .social a {
  background: var(--black);
  color: var(--primarycolor);
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 2px solid var(--primarycolor);
  width: 36px;
  height: 36px;
  padding-top: 9px;
}

#instructors-details .details .social a:hover {
  background: var(--primarycolor);
  color: var(--black);
}

#instructors-details .details .social a i {
  font-size: 18px;
}

#instructors-details li {
  margin-bottom: 5px;
  line-height: 1.2;
}

#instructors-details .yellow {
  color: var(--lemonyellow) !important;
  border: 1px solid rgba(255,238,0,0.5);
}

#instructors-details .btn {
  font-family: "Nulshock", sans-serif;
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 20px;
  transition: all 0.2s;
  white-space: normal !important;
  background-color: var(--secondarycolor);
  color: var(--white) !important;
  border: 1px solid var(--secondarycolor);
}

#instructors-details .btn:hover,
#instructors-details .soldout {
  background-color: var(--primarycolor);
  color: var(--black) !important;
  border: 1px solid var(--primarycolor);
}

#instructors-details .pair {
  font-size: 18px;
  border-radius: 10px;
  padding: 5px 10px;
  transition: all 0.2s;
  background-color: rgba(0, 77, 102, 0.3);
  border: 1px solid var(--primarycolor);
  color: var(--skyblue);
  text-align: left;
  display: inline-block;
  text-transform: uppercase;
}

#instructors-details .pair:hover {
  background-color: var(--steelbluegrey);
}

/* For Guven's hardware equipments table */
#hardware_requirements {
  margin-bottom: 15px;
}

#hardware_requirements th, #hardware_requirements td {
  padding: 15px;
}


#hardware_requirements tr:nth-child(even) {
background-color: rgba(0, 0, 0, .25);
}

/*--------------------------------------------------------------
# Workshops Details
--------------------------------------------------------------*/

#workshops-details {
   background: url("../img/theme/snowy_mountains.webp") center center;
   background-size: cover;
   overflow: hidden;
   position: relative;
   color: var(--white);
   padding: 60px 0 30px 0;
}

#workshops-details:before {
   content: "";
   background: rgba(0, 0, 0, 0.7);
   position: absolute;
   bottom: 0;
   top: 0;
   left: 0;
   right: 0;
}

#workshops-details {
  padding: 60px 0;
}

#workshops-details {
   font-size: 20px;
   color: var(--snow); !important;
}

#workshops-details .topmargin {
   margin-top: 70px;
}

#workshops-details .details {
   font-size: 18px;
}

#workshops-details .details a {
   color: var(--dullsilver);
}

#workshops-details .details p {
   color: var(--tertiarycolor);
   line-height: 1.2;
   font-family: "Dosis", sans-serif;
   text-transform: uppercase;
}

#workshops-details .course-details p {
   line-height: 1.2;
}

#workshops-details .instructor-image {
   margin-bottom: 10px;
   border-radius: 15px;
}

#workshops-details h4 {
   font-size: 20px;
   font-family: "Conthrax", sans-serif;
}

#workshops-details .section-header h4 {
   text-transform: uppercase;
   font-size: 20px;
   font-family: "Conthrax", sans-serif;
}

#workshops-details h4 s {
   color: var(--steelbluegrey);
}

#workshops-details h5 {
   font-family: "nidus", sans-serif;
   text-align: center;
   font-size: 16px;
}

#workshops-details code {
   color: var(--aqua);
}

#workshops-details .course-details b {
   color: var(--primarycolor);
   text-transform: uppercase;
   font-weight: normal;
}

#workshops-details .course-details span {
   color: var(--primarycolor);
}

#workshops-details h2 {
   color: var(--silver);
}

#workshops-details h4 {
   color: var(--dullsilver);
}

#workshops-details .course-details h4 {
   color: var(--primarycolor);
}

#workshops-details .details h2,
#workshops-details .course-details h2 {
  color: var(--primarycolor);
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}

#workshops-details .course-details h2 span {
  color: var(--silver);
}

#workshops-details .details h3,
#workshops-details .course-details h3 {
   font-size: 28px;
   font-family: "nidus", sans-serif;
}

#workshops-details li {
  margin-bottom: 5px;
  line-height: 1.2;
}

#workshops-details .yellow {
  color: var(--lemonyellow) !important;
  border: 1px solid rgba(255,238,0,0.5);
}

#workshops-details .btn {
  font-family: "Nulshock", sans-serif;
  font-size: 15px;
  border-radius: 50px;
  border: 1px solid var(--secondarycolor);
  padding: 10px 20px;
  transition: all 0.2s;
  background-color: rgba(224, 7, 47, 0.1);
  color: var(--secondarycolor) !important;
  white-space: normal !important;
}

#workshops-details .btn:hover,
#workshops-details .soldout {
  background-color: var(--secondarycolor);
  color: var(--white) !important;
  border: 1px solid var(--secondarycolor);
}

#workshops-details .pair {
  font-size: 18px;
  border-radius: 10px;
  padding: 5px 10px;
  transition: all 0.2s;
  background-color: rgba(0, 77, 102, 0.3);
  border: 1px solid var(--primarycolor);
  color: var(--skyblue);
  text-align: left;
  display: inline-block;
  text-transform: uppercase;
}

#workshops-details .pair:hover {
  background-color: var(--steelbluegrey);
}

.workshops-heading {
  font-size: 6vh !important;
  text-align: center !important;
  background: linear-gradient(
    to right,
    var(--primarycolor),
    var(--primarycolor) 25%,
    var(--tertiarycolor) 50%,
    var(--secondarycolor) 75%,
    var(--secondarycolor) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/

#venue {
   background: url("../img/theme/astronaut-blackhole.webp") center center;
   background-size: cover;
   overflow: hidden;
   position: relative;
   color: var(--white);
   padding: 60px 0;
}

#venue:before {
   content: "";
   /*  background: rgba(13, 20, 41, 0.5);*/
   background: rgba(0, 10, 20, 0.6);
   position: absolute;
   bottom: 0;
   top: 0;
   left: 0;
   right: 0;
}

#venue .container-fluid {
  margin-bottom: 3px;
}

#venue .venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

/*
#venue .venue-info {
  background: url("../img/venue-info-bg.webp") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  height: 450px;
}
*/

/*
#venue .venue-info:before {
  content: "";
  background: rgba(13, 20, 41, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
*/

#venue .venue-info h3 {
  font-size: 2rem;
  color: var(--white);
}

#venue .venue-info p {
  color: var(--white);
  font-size: 1.2rem;
}

#venue .venue-gallery-container {
  padding-right: 12px;
}

#venue .venue-gallery {
  overflow: hidden;
  border-right: 3px solid var(--white);
  border-bottom: 3px solid var(--white);
}

#venue .venue-gallery img {
  transition: all ease-in-out 0.4s;
}

#venue .venue-gallery:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#venue  .venue-btn {
  font-family: "Conthrax", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 10px;
  padding: 10px 20px;
  transition: all 0.2s;
  background-color: var(--secondarycolor);
  border: 0;
  color: var(--black);
}

#venue .venue-btn:hover {
  background-color: var(--primarycolor);
  color: var(--white);
}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

#blog-details {
   background: url("../img/theme/snowy_mountains.webp") center center;
   background-size: cover;
   overflow: hidden;
   position: relative;
   color: var(--white);
   padding: 60px 0 30px 0;
}

#blog-details:before {
   content: "";
   background: rgba(0, 0, 0, 0.7);
   position: absolute;
   bottom: 0;
   top: 0;
   left: 0;
   right: 0;
}

#blog-details {
  padding: 60px 0;
}

#blog-details {
   font-size: 20px;
   color: var(--snow); !important;
}

#blog-details .topmargin {
   margin-top: 70px;
}

#blog-details .details {
   font-size: 18px;
}

#blog-details .details a {
   color: var(--dullsilver);
}

#blog-details .details p {
   color: var(--aqua);
   line-height: 1.2;
   font-family: "Dosis", sans-serif;
   text-transform: uppercase;
}

#blog-details img {
   margin-bottom: 10px;
   border-radius: 15px;
   width: 100%;
   height: auto;
}
#blog-details .handwriting {
  font-family: "Vujahday";
  font-size: 30px;
}

#blog-details h4 {
   font-size: 20px;
   font-family: "Conthrax", sans-serif;
}

#blog-details .section-header h4 {
   text-transform: uppercase;
   font-size: 20px;
   font-family: "Conthrax", sans-serif;
}

#blog-details h4 s {
   color: var(--steelbluegrey);
}

#blog-details h5 {
   font-family: "nidus", sans-serif;
   text-align: center;
   font-size: 16px;
}

#blog-details code {
   color: var(--aqua);
}

#blog-details h2 {
   color: var(--silver);
}

#blog-details h4 {
   color: var(--dullsilver);
}

#blog-details .course-details h4 {
   color: var(--primarycolor);
}

#blog-details .details h2 {
  color: var(--primarycolor);
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}

#blog-details .details h3 {
   font-size: 28px;
   font-family: "nidus", sans-serif;
}

#blog-details li {
  margin-bottom: 5px;
  line-height: 1.2;
}

#blog-details .yellow {
  color: var(--lemonyellow) !important;
  border: 1px solid rgba(255,238,0,0.5);
}

#blog-details .btn {
  font-family: "Nulshock", sans-serif;
  font-size: 15px;
  border-radius: 50px;
  border: 1px solid var(--secondarycolor);
  padding: 10px 20px;
  transition: all 0.2s;
  background-color: rgba(224, 7, 47, 0.1);
  color: var(--secondarycolor) !important;
  white-space: normal !important;
}

#blog-details .btn:hover,
#blog-details .soldout {
  background-color: var(--secondarycolor);
  color: var(--white) !important;
  border: 1px solid var(--secondarycolor);
}

#blog-details .pair {
  font-size: 18px;
  border-radius: 10px;
  padding: 5px 10px;
  transition: all 0.2s;
  background-color: rgba(0, 77, 102, 0.3);
  border: 1px solid var(--primarycolor);
  color: var(--skyblue);
  text-align: left;
  display: inline-block;
  text-transform: uppercase;
}

#blog-details .pair:hover {
  background-color: var(--steelbluegrey);
}

/*--------------
 # Modal popup
 -------------*/

#covid-modal .modal-content,
#hybrid-modal .modal-content {
   text-align: center;
   border-radius: 20px;
   border: 1px solid var(--primarycolor);
   line-height: 1;
   padding: 10px;
   background-color: rgba(0,77,102,0.8);
}

#covid-modal .modal-content .modal-body,
#hybrid-modal .modal-content .modal-body {
   color: var(--white);
   font-size: 18px;
}

#covid-modal .modal-content .modal-body p,
#hybrid-modal .modal-content .modal-body p,
#covid-modal .modal-content .modal-body ul,
#hybrid-modal .modal-content .modal-body ul {
   text-align: left;
   margin: 0px;
   margin-bottom: 1rem;
   font-family: "D-DIN", sans-serif;
   line-height: 1.2;
}

#covid-modal .modal-content .modal-body span,
#hybrid-modal .modal-content .modal-body span{
   color: var(--aqua);
}

#covid-modal .modal-content .modal-body button,
#hybrid-modal .modal-content .modal-body button {
   background-color: var(--primarycolor);
   border-radius: 10px;
   padding: 2px 15px;
   color: var(--black);
}

#covid-modal table,
#hybrid-modal table {
   display: inline-grid;
   margin-bottom: 1rem;
}

#covid-modal td,
#hybrid-modal td {
   text-align: left;
   white-space: nowrap;
   padding-right: 15px;
}

#covid-modal button,
#hybrid-modal button, {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

#covid-modal .center,
#hybrid-modal .center {
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 1rem;
}

#covid-modal .recordings,
#hybrid-modal .recordings {
   font-size: 14px;
   width: 60%;
}


/*--------------------------------------------------------------
# Friends of R0 Section
--------------------------------------------------------------*/

#r0friends {
   background: url("../img/theme/spaceman.webp") center center;
   background-size: cover;
   overflow: hidden;
   position: relative;
   color: var(--white);
   padding: 60px 0;
}

#r0friends:before {
   content: "";
   background: rgba(0, 10, 20, 0.6);
   position: absolute;
   bottom: 0;
   top: 0;
   left: 0;
   right: 0;
}

#r0friends .ringzero-friend {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  height: 160px;
  margin: 10px;
  border-radius: 15px;
}

#r0friends .ringzero-friend:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#r0friends img {
  transition: all 0.4s ease-in-out;
  height:  100%;
  width:  auto;
}

/*---
# WORKSHOPS
--*/

.workshop {
   background-color: rgba(0,0,0,0.5);
   border-radius: 15px;
   padding-top: 20px;
   padding-bottom: 20px;
}

/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/

#faq {
  padding: 60px 0;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid var(--lightgrey);
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Ringzer0", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

#faq #faq-list a.collapse {
  color: var(--primarycolor);
}

#faq #faq-list a.collapsed {
  color: var(--black);
}

#faq #faq-list a.collapsed i::before {
  content: "\f055" !important;
}

/*--------------------------------------------------------------
# Promo Section
--------------------------------------------------------------*/

#buy-tickets {
   background: url("../img/theme/event_horizon.webp") center center;
   background-size: cover;
   overflow: hidden;
   position: relative;
   color: var(--white);
   padding: 60px 0;
}

#buy-tickets:before {
   content: "";
   background: rgba(0, 0, 0, 0.2);
   position: absolute;
   bottom: 0;
   top: 0;
   left: 0;
   right: 0;
}

#instructors .card,
#instructors2 .card,
#buy-tickets .card {
  border: 2px solid var(--steelbluegrey);
  border-radius: 15px;
  transition: all  0.3s ease-in-out;
  box-shadow: 0 10px 25px 0 rgba(6, 12, 0, 0.1);
  background-color: var(--activecard);
}

#instructors .card:hover,
#instructors2 .card:hover,
#buy-tickets .card:hover {
  box-shadow: 0 10px 35px 0 rgba(6, 12, 0, 0.2);
}

#instructors .card hr,
#instructors2 .card hr,
#buy-tickets .card hr {
  margin: 25px 0;
}

#instructors .card .card-title,
#instructors2 .card .card-title,
#buy-tickets .card .card-title {
  margin: 10px 0;
  letter-spacing: 1px;
}

#instructors .card .text-highlight,
#instructors2 .card .text-highlight,
#buy-tickets .card .text-highlight {
   color: var(--primarycolor);
}

#instructors .card .card-price,
#instructors2 .card .card-price,
#buy-tickets .card .card-price {
  font-size: 36px;
  margin: 0;
}

#instructors .card ul li,
#instructors2 .card ul li,
#buy-tickets .card ul li {
  margin-bottom: 20px;
}

#instructors .card .text-muted,
#instructors2 .card .text-muted,
#buy-tickets .card .text-muted {
  opacity: 0.4;
}

#instructors .card .btn,
#instructors2 .card .btn,
#buy-tickets .card .btn {
  font-family: "Conthrax", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 10px;
  padding: 10px 20px;
  transition: all 0.2s;
  background-color: var(--primarycolor);
  border: 0;
  color: var(--black);
}

#instructors .card .btn:hover,
#instructors2 .card .btn:hover,
#buy-tickets .card .btn:hover {
  background-color: var(--secondarycolor);
}

#instructors .card .inactive,
#instructors2 .card .inactive,
#buy-tickets .card .inactive {
  background-color: var(--grey) !important; /* grey */
  visibility: hidden;
}

#buy-tickets #buy-ticket-modal input,
#buy-tickets #buy-ticket-modal select {
  border-radius: 0;
}

#buy-tickets span {
  color: var(--white);
}

#buy-tickets p {
   font-family: "Conthrax", sans-serif;
   font-size: 24px;
   font-weight: normal !important;
}

#buy-tickets .old-pricing-cancellation {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  background: rgba(0,0,0,0.7);
  padding: 20px;
  font-family: "D-DIN", sans-serif;
  border-radius: 15px;
}

#buy-tickets .old-pricing-cancellation p {
  font-family: revert;
  font-size: revert;
}

#buy-tickets .old-pricing-cancellation hr {
  border-top: 1px solid rgba(255,255,255,0.5);
}

#buy-tickets .old-pricing {
  border: 1px solid var(--darkbluegrey);
  background: var(--mutedcard);
}

#buy-tickets .text-muted hr {
  margin: 25px 0;
  border-color: var(--white);
}

#buy-tickets h2 {
  font-size: 1.3rem !important;
  color: var(--white);
  margin: 25px 0;
}

#buy-tickets h6 {
  font-size: 1.3rem !important;
}

#buy-tickets h5 {
  font-size: 1rem !important;
}

#buy-tickets .text-muted h5,
#buy-tickets .text-muted h6 {
  color: var(--steelbluegrey) !important;
}

#buy-tickets .text-muted h3 {
  color: var(--bluegrey) !important;
  border: 1px solid var(--primarycolor);
  border-radius: 2px;
  letter-spacing: 3px;
  padding: 3px;
  background-color: rgba(0,77,102,0.5);
  font-family: "Conthrax", sans-serif !important;
  font-weight: normal !important;
  font-size: 18px;
}

#buy-tickets .crimson {
  color: var(--secondarycolor);
}

#buy-tickets .crimson-back {
  background-color: var(--secondarycolor) !important;
  color: white !important;
}

#buy-tickets .old-pricing .btn,
#buy-tickets .old-pricing .btn:hover {
  background-color: var(--steelbluegrey);
  color: white;
}

#buy-tickets .old-pricing .inactive {
  background-color: var(--grey) !important;
  visibility: hidden;
}

#buy-tickets .old-pricing #buy-ticket-modal input,
#buy-tickets .old-pricing #buy-ticket-modal select {
  border-radius: 0;
}

#buy-tickets .old-pricing #buy-ticket-modal .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: var(--primarycolor);
  border: 0;
  color: var(--white);
}

#buy-tickets .old-pricing #buy-ticket-modal .btn:hover {
  background-color: var(--secondarycolor);
}

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

#contact {
  background: url("../img/theme/dalle_galaxy.webp") center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: var(--white);
  padding: 60px 0 40px 0;
}

#contact:before {
  content: "";
/*  background: rgba(13, 20, 41, 0.5);*/
  background: rgba(0, 5, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: start;
}

#contact .contact-info i {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--secondarycolor);
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: var(--darkerinkblue);
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: var(--primarycolor);
}

#contact .contact-info a {
  font-family: "Dosis", sans-serif;
  font-size: inherit;
  color: var(--white);
}

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

#contact .contact-address,
#contact .contact-twitter,
#contact .contact-linkedin,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: var(--primarycolor);
  border: 1px solid var(--primarycolor);
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: var(--primarycolor);
  border: 0;
  padding: 10px 40px;
  color: var(--white);
  transition: 0.4s;
  border-radius: 50px;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #e0072f;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: url("../img/theme/dalle_blue_matrix.webp") center center;
  background-size: cover;
  overflow: hidden;
  position: relative;

  padding: 0 0 25px 0;
  color: var(--white);
  font-size: 14px;
}

#footer:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "D-DIN", sans-serif;
  font-weight: 700;
  color: var(--white);
}

#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "D-DIN", sans-serif;
  color: var(--white);
}

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

#footer .footer-top .social-links a:hover {
  background: var(--primarycolor);
  color: var(--white);
}

#footer .footer-top h4 {
  font-size: 14px;
  /*font-weight: bold;*/
  color: var(--white);
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--primarycolor);
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: var(--primarycolor);
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid var(--greyblack);
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: var(--snow);
}

#footer .footer-top .footer-links ul a:hover {
  color: var(--primarycolor);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: var(--primarycolor);
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: var(--white);
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: var(--secondarycolor);
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: var(--lightgrey);
}

/*---
# CSS strikethrough
---*/

.strikediag {
  background: linear-gradient(to left top, transparent 44.75%, currentColor 46.5%, currentColor 53.5%, transparent 55.25%);
}

.redslash {
  background: linear-gradient(to left top, transparent 44.75%, red 46.5%, red 53.5%, transparent 55.25%);
  font-weight: normal;
}

.withpadding {
  padding: 0 0.15em;
}

/*--
# Misc
------*/

.dontshow {
   display: none;
}

.tinted {
   background: rgba(0, 0, 0, 0.3);
   border-radius: 15px;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 767px) {
  #subscribe input {
    min-width: 400px;
  }
}

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-twitter,
  #contact .contact-linkedin,
  #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 991px) {
  #schedule .sub-heading {
    width: 75%;
  }
}

@media (min-width: 1024px) {
   #intro,
   #about,
   #scholarship,
   #instructors,
   #instructors-details,
   #workshops-details,
   #sponsorsnew,
   #venue,
   #r0friends,
   #buy-tickets,
   #contact,
   #footer,
   #subscribe,
   #blog-details {
     background-attachment: fixed;
   }
}

/* Fix for ipads not supporting background-attachment: fixed */
@supports (-webkit-touch-callout: inherit) {
   #intro,
   #about,
   #instructors,
   #instructors-details,
   #workshops-details,
   #sponsorsnew,
   #venue,
   #r0friends,
   #buy-tickets,
   #contact,
   #footer,
   #blog-details {
     background-attachment: scroll;
   }
}

@media (max-width: 1199px) {
  #header .container {
    max-width: 100%;
  }

  .nav-menu a {
    padding: 8px 4px;
  }

  #intro .lcd {
    font-size: 5vh;
  }

  #intro h1 {
    font-size: 7vh;
  }

  #intro h2 {
    font-size: 2.5vh;
  }

  #intro h2 .smaller {
    font-size: 2vh;
  }

  #intro h2 .evensmaller {
    font-size: 1.5vh;
  }

  #instructors .card .btn,
  #instructors2 .card .btn,
  #buy-tickets .card .btn {
    font-size: 0.7rem;
  }
}

@media (max-width: 1100px) {
  #instructors h1 span,
  #intro h1 span {
    /*font-size: 4rem;*/
  }

  #instructors .intro-container,
  #intro .intro-container {
    /*top: 70px;*/
    top: 15%;
    bottom: 50%;
  }

  #instructors .intro-container h1,
  #instructors h1,
  #instructors2 h1,
  #intro h1 {
    font-size: 24px;
  }

  #intro h1,
  #instructors .section-header h1 {
    font-size: 7vh;
  }

  #intro .intro-container-top,
  #intro .intro-container-bottom,
  #intro .intro-container-topright {
    left: 0;
    right: 0;
  }

  #intro .intro-container-topright {
    top: 50%;
    bottom: 50%;
  }

  #intro h2 {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 5px;
  }

  /* moved this to the 1199px selector section
     because registration box buttons overflowed
     the rectangles when viewed on the ipad mini
     in landscape mode
  #instructors .card .btn,
  #instructors2 .card .btn,
  #buy-tickets .card .btn {
    font-size: 0.8rem;
  }
  */

  .workshops-heading {
    font-size: 4.5vh !important;
  }


}

@media (max-width: 991px) {
  #header {
    background: rgba(6, 12, 0, 0.98);
    height: 70px;
    padding: 15px 0;
    transition: all 0.5s;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }


  #instructors h1 span,
    font-size: 3vh;
  }

  #instructors h2,
  #instructors2 h2 {
    font-size: 14px;
  }

  #instructors h4,
  #instructors2 h4 {
    font-size: 1.2rem;
  }

  .section-header h2 {
    font-size: 28px;
  }

  #contact h1 {
    font-size: 28px;
  }

  #intro p {
    font-size: 16px;
  }

  #schedule .nav-tabs a {
    padding: 8px 60px;
  }

  #contact h2 {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }

}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }

}

@media (max-width: 767px) {
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }

  #intro .intro-container-topright {
    align-items: flex-end;
  }

  .workshops-heading {
    font-size: 3.5vh !important;
  }

}

@media (max-width: 574px) {
  #venue .venue-info h3 {
    font-size: 24px;
  }

  #intro h1 {
    width: 100%;
    font-size: 6vh;
  }

  #intro h2 {
    font-size: 2vh;
  }

  #intro h3 {
    font-size: 2vh;
  }

  #intro h2 .smaller {
    font-size: 1.5vh;
  }

  #intro h2 .evensmaller {
    font-size: 1vh;
  }

  .section-header h1 {
    font-size: 2rem;
  }

  #intro {
    height: 100vh !important;
  }

  #about {
    background: url("../img/theme/earth_sunrise_portrait.webp") center center;
    background-size: cover !important;
  }

  #instructors {
    background: url("../img/theme/space_portrait.webp") center center;
    background-size: cover !important;
  }

  #instructors2 .instructor .details .confirmed,
  #instructors .instructor .details .confirmed,
  #instructors2 .instructor2 .details .confirmed,
  #instructors .instructor2 .details .confirmed,
  #instructors2 .instructor .details .cpe,
  #instructors .instructor .details .cpe,
  #instructors2 .instructor2 .details .cpe,
  #instructors .instructor2 .details .cpe {
     font-size: 12px;
  }

  #instructors2 .instructor2 .details h3,
  #instructors .instructor2 .details h3 {
    font-size: 16px;
  }

  #instructors2 .instructor2 .details h5,
  #instructors .instructor2 .details h5 {
    font-size: 14px;
  }

  #venue {
    background: url("../img/theme/astronaut-blackhole-portrait.webp") center center;
    background-size: cover !important;
  }

  #r0friends {
    background: url("../img/theme/spaceman_portrait.webp") center center;
    background-size: cover !important;
  }

  #instructors-details {
    background: url("../img/theme/space_portrait.webp") center center;
    background-size: cover !important;
  }

  #workshops-details {
    background: url("../img/theme/snowy_mountains_portrait.webp") center center;
    background-size: cover !important;
  }

  #blog-details {
    background: url("../img/theme/snowy_mountains_portrait.webp") center center;
    background-size: cover !important;
  }

  #buy-tickets {
    background: url("../img/theme/event_horizon_portrait.webp") center center;
    background-size: cover !important;
  }

  #footer {
    background: url("../img/theme/dalle_blue_matrix_portrait.webp") center center;
    background-size: cover !important;
  }

  .workshops-heading {
    font-size: 2.5vh !important;
  }


}

@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 8px 30px;
  }
}

@media (max-width: 460px) {
  #subscribe button {
    margin-top: 10px;
  }
}

@media (max-width: 380px) {
  #about p {
     text-align: left;
  }
}
