@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;600&amp;display=swap');

a {
	text-decoration: none;
}

button:focus {
	outline:0;
}

input:focus::placeholder {
  color: transparent;
}

body {
	margin: 0;
	background-color: #000 !important;
	font-family: 'Archivo', sans-serif;
	transition: opacity 2s ease-in-out;
}

#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("");
	background-repeat: no-repeat;
	background-size: 20%;
	background-position: 50% 50%;
	z-index: -99;
}

#logo {
	position: absolute;
	top: 5%;
	width: 100%;
	text-align: center;
}

#logo img  {
	width: 100%;
	max-width: 500px;
	margin: 5px 0;
}

#bgVid {
	position: fixed;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	min-width: 100%;
	min-height: 100%;
	z-index: -100;
	width: 100%;
}


.mbg {
	position: fixed;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	min-width: 100%;
	min-height: 100%;
	z-index: -100;
	width: 100%;
	opacity: 0;
}

.mbg-1, .mbg-2, .mbg-3, .mbg-4, .mbg-5, .mbg-6, .mbg-7 {
	display: none;
   	opacity: 1;
   	animation:fadeIn 1s linear;
   	transition: opacity 2s ease-in;
   	-moz-transition: opacity 2s ease-in;
   	-webkit-transition: opacity 2s ease-in;
}

@keyframes fadeIn {
  0% {
    opacity:0
  }
  100% {
    opacity:1;
  }
}

#container {
	/*min-height: 80vh;*/
	min-height: 100vh;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	resize: both;
	overflow: auto;
	text-align: center;
	-webkit-transition: background 0.2s ease-out;
	-moz-transition: background 0.2s ease-out;
	-ms-transition: background 0.2s ease-out;
	-o-transition: background 0.2s ease-out;
	transition: background 0.2s ease-out;
}

.steps {
	background: url('../images/bg-box.png') no-repeat center center rgba(0, 0, 0, 0.67);
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	max-width: 500px;
	color: #fff;
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	-o-transition: -o-transform 0.4s ease-in-out;
	transition: -webkit-transform 0.4s ease-in-out;
	-o-transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
	/*padding: 20px 20px 0 20px;*/
	padding: 0 20px 0 20px;
}

.steps h1, .steps h2 {
	/*-webkit-text-stroke: 1px black;*/
	font-size: 1.3em;
	font-weight: 900;
}

.step-hide {
	-webkit-transform: scale3d(0.33, 0.2, 0.33) translate(-150%,-33%);
	-moz-transform: scale3d(0.33, 0.2, 0.33) translate(-150%,-33%);
	-ms-transform: scale3d(0.33, 0.2, 0.33) translate(-150%,-33%);
	-o-transform: scale3d(0.33, 0.2, 0.33) translate(-150%,-33%);
	transform: scale3d(0.33, 0.2, 0.33) translate(-150%,-33%);
}

.step-left {
	float: left;
	width: 140px;
	margin-top: 10px;
}

.step-left img {
	width: 100%;
}

.step-right {
	float: right;
	width: 320px;
	margin-top: 10px;
	/*margin-right: 10px;*/
}

.step-full {
	margin: 10px;
}

.step-full img {
	margin-top: 10px;
	max-width: 140px;
}

.step-full-final h2 {
	color: #00aeff !important;
	font-size: 40pt;
}

.step-full-fixed {
	margin: 10px;
	min-width: 300px;
}

.clear {
	clear: both;
	padding-bottom: 10px;
}

.c-btn {
  backface-visibility: hidden;
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  background: #2ecedd;
  width: 300px;
  border-radius: 11px;
  border: 3px solid #ffffff;
  border-width: 3px 3px 3px 3px;
  padding: 13px 16px 12px 16px;
  color: #ffffff;
  font-size: 16px;
  font-family: arial;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 10px;
 }

.c-btn a {
	text-decoration: none;
}

.c-btn h4 {
	margin: 0;
	padding: 0;
	font-size: 15pt;
	text-transform: uppercase;
}

.c-btn h4 a {
	text-decoration: none;
}

#loading {
	min-width: 320px;
	height: 30px;
	border: 2px solid #000;
	margin-bottom: 20px;
	overflow: hidden;
}

#progress {
	background-color: #00aeff;
	height: 28px;
}

.step-full input {
	width: 250px;
	font-size: 25px;
	border: 2px solid #00aeff;
	text-align: center;
	margin-bottom: 15px;
	color: #000;
}

.steps-wide {
	max-width: 700px !important;
	width: 700px !important;
}

#check-room {
	display: none;
}

#check1, #check2, #check3, #check4 {
	display: none;
	background-color: rgba(0,0,0,0.5) !important;
	text-align: left;
	font-weight: bold;
	font-size: 12pt;
}

#check1:before, #check2:before, #check3:before, #check4:before {
   content:  "\2713 ";
   margin-right: 10px;
   color: #00aeff;
   font-weight: bold;
}

#email-fail, #name-fail {
	display: none;
	text-align: center;
}

.error {
	color: #ffff00;
}

#join-progress {
	margin: 15px auto 0 auto;
}

.steps-wide iframe {
	width: 100%;
	height: 465px;
}

@media only screen and (max-width: 600px) {
	.step-left {
		text-align: center;
		margin: 5 auto 5 auto;
	}

	.step-right {
		text-align: center;
		margin: 5 auto 5 auto;
		width: 230px;
	}

	.step-right > .c-btn {
		width: 200px;
	}

	form > .c-btn {
		width: 200px;
	}

	.steps p {
		font-size: 10pt;
	}

	.step-full-final h2 {
		margin-top: 10px;
		color: #00aeff !important;
		font-size: 20pt;
	}

	.steps-wide {
		max-width: 500px;
		width: 500px !important;
	}
}

@media only screen and (max-width: 400px) {
	#logo {
	    top: 2%;
	}

	.step-left {
		float: left;
		text-align: center;
		margin: 5 auto 5 auto;
		width: 100px;
	}

	.step-left img {
		margin-top: 30%;
	}

	.step-right {
		float: right;
		text-align: center;
		margin: 5 auto 5 auto;
		width: 180px;
	}

	.step-right > .c-btn {
		width: 180px;
	}

	form > .c-btn {
		width: 180px;
	}

	.step-full-final h2 {
		margin-top: 10px;
		color: #00aeff !important;
		font-size: 20pt;
	}

	.steps-wide {
		max-width: 320px;
		width: 320px !important;
	}

	.steps-wide iframe {
		width: 100%;
		height: 465px;
	}
}


@media only screen and (max-width: 375px) {
	#container {
		min-height: 90vh;
	}

	#logo {
	    top: 2%;
	}

	#logo img {
		max-width: 250px;
	}

	.steps-wide iframe {
		width: 100%;
		height: 340px;
	}

}

@media only screen and (max-width: 325px) {
	#container {
		min-height: 80vh;
	}

	#logo {
	    top: 2%;
	}

	#logo img {
		max-width: 250px;
	}

	.steps-wide iframe {
		width: 100%;
		height: 340px;
	}
}


#faq {
	cursor: pointer;
}

.faq-container {
  position: fixed;
  width: 100%;
  height: 0;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.93);
  opacity: 0;
  overflow: auto;
  transition: all 1s;
}

.faq-container.open {
  height: 100%;
  top: 0;
  opacity: 1;
}

.panel {
	background-color: transparent !important;
}

.panel-heading .accordion-toggle:after {
  font-family: 'Glyphicons Halflings';
  content: "\e113";
  color: grey;
  position: absolute;
  right: 5px;
}

.panel-heading .accordion-toggle.collapsed:after {
  content: "\e114";
}

.panel-default>.panel-heading {
    color: #333;
    background-color: transparent !important;
    border-color: transparent !important;
}


.panel {
  background-color: transparent;
}

.panel-title {
  font-size: 1.5em;
  font-weight: bold;
  color: #fff !important;
}

.panel-body {
  font-size: 1.2em;
  color: #c2c2c2;
  padding: 1em 1em 1em 0;
}

.panel-default {
  border: none !important;
}

.panel-default>.panel-heading {
  color: #fff;
  background-color: transparent;
  border: none;
  padding: 1em 2em 1em 0;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border: none;
}

.faq-container .container {
  padding: 10px 0;
  max-width: 800px;
  width: 95%;
  position: relative;
}

.faq-container a:focus, .faq-container a:hover {
  text-decoration: none;
}

.close-faq {
  position: absolute;
  right: 40px;
  top: 10px;
  cursor: pointer;
  max-width: 2em;
}

.faq-title {
  font-size: 2.5em;
  text-align: center;
  margin: 1em 0;
  color: #fff !important;
}

.open-faq {
  cursor: pointer;
  text-decoration: underline;
}

.faq-question {
  text-shadow: 0px 0px 20px #000;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.spinner {
	display: inline-block;
	opacity: 0;
	max-width: 0;
	-webkit-transition: opacity 0.25s, max-width 0.45s;
	-moz-transition: opacity 0.25s, max-width 0.45s;
	-o-transition: opacity 0.25s, max-width 0.45s;
	transition: opacity 0.25s, max-width 0.45s;
}

.has-spinner.active {
	cursor: progress;
}

.has-spinner.active .spinner {
	opacity: 1;
	max-width: 50px;
	margin-right: 10px;
}